some minor changes in docrepo
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3760 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
a1011154a5
commit
3eabef48d9
|
|
@ -60,7 +60,8 @@ import java.util.List;
|
||||||
public class DestinationFolderForm extends Form implements FormInitListener,
|
public class DestinationFolderForm extends Form implements FormInitListener,
|
||||||
FormProcessListener, Constants {
|
FormProcessListener, Constants {
|
||||||
|
|
||||||
private static final Logger log = Logger.getLogger(DestinationFolderForm.class);
|
private static final Logger log = Logger.getLogger(
|
||||||
|
DestinationFolderForm.class);
|
||||||
|
|
||||||
private Hidden m_resourceList;
|
private Hidden m_resourceList;
|
||||||
private ExpandedFolderTree m_radioGroup;
|
private ExpandedFolderTree m_radioGroup;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,8 @@ import org.libreccm.docrepo.ResourceRepository;
|
||||||
public class DocRepoRequestLocal extends RequestLocal
|
public class DocRepoRequestLocal extends RequestLocal
|
||||||
implements Constants {
|
implements Constants {
|
||||||
|
|
||||||
Logger log = Logger.getLogger(DocRepoRequestLocal.class);
|
private static final Logger log = Logger.getLogger(
|
||||||
|
DocRepoRequestLocal.class);
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Object initialValue(PageState state) {
|
protected Object initialValue(PageState state) {
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,8 @@ import org.apache.log4j.Logger;
|
||||||
*/
|
*/
|
||||||
public class FileInfoHistoryPane extends SimpleContainer implements Constants {
|
public class FileInfoHistoryPane extends SimpleContainer implements Constants {
|
||||||
|
|
||||||
private static Logger log = Logger.getLogger(FileInfoHistoryPane.class);
|
private static final Logger log = Logger.getLogger(
|
||||||
|
FileInfoHistoryPane.class);
|
||||||
|
|
||||||
private Component m_history;
|
private Component m_history;
|
||||||
// share file instance for all sub components
|
// share file instance for all sub components
|
||||||
|
|
|
||||||
|
|
@ -75,3 +75,5 @@ ui.view.admin=View of the Admin
|
||||||
ui.view.user=The view of the User
|
ui.view.user=The view of the User
|
||||||
ui.folder.choose_destination=Please choose a destination
|
ui.folder.choose_destination=Please choose a destination
|
||||||
ui.file.name.invalid=The filename is not valid.
|
ui.file.name.invalid=The filename is not valid.
|
||||||
|
beanFinder.fail.resourceRepository=Failed to find bean for the ResourceRepository.
|
||||||
|
beanFinder.fail.resourceManager=Failed to find bean for the ResourceManager.
|
||||||
|
|
|
||||||
|
|
@ -75,3 +75,5 @@ ui.view.admin=Ansicht des Admin
|
||||||
ui.view.user=Die Ansicht des Benutzers
|
ui.view.user=Die Ansicht des Benutzers
|
||||||
ui.folder.choose_destination=Bitte w\u00e4hle ein Ziel
|
ui.folder.choose_destination=Bitte w\u00e4hle ein Ziel
|
||||||
ui.file.name.invalid=Der Dateiname ist nicht gültig.
|
ui.file.name.invalid=Der Dateiname ist nicht gültig.
|
||||||
|
beanFinder.fail.resourceRepository=Das Finden der Bean für das ResourceRepository schlug fehl.
|
||||||
|
beanFinder.fail.resourceManager=Das Finden der Bean für den ResourceManager schlug fehl.
|
||||||
|
|
|
||||||
|
|
@ -75,3 +75,5 @@ ui.view.admin=View of the Admin
|
||||||
ui.view.user=The view of the User
|
ui.view.user=The view of the User
|
||||||
ui.folder.choose_destination=Please choose a destination
|
ui.folder.choose_destination=Please choose a destination
|
||||||
ui.file.name.invalid=The filename is not valid.
|
ui.file.name.invalid=The filename is not valid.
|
||||||
|
beanFinder.fail.resourceRepository=Failed to find bean for the ResourceRepository.
|
||||||
|
beanFinder.fail.resourceManager=Failed to find bean for the ResourceManager.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue