mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
. First pass of the Saved Searches functionality for the web-client
. Saved Searches bootstrap folder . Document details and Space details page now show a copy-and-paste NodeRef link . Minor bug fixes to Breadcrumb and ActionLink components git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2104 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -83,9 +83,6 @@ public class BrowseBean implements IContextListener
|
||||
// ------------------------------------------------------------------------------
|
||||
// Construction
|
||||
|
||||
private static final String VIEWMODE_DASHBOARD = "dashboard";
|
||||
private static final String PAGE_NAME_BROWSE = "browse";
|
||||
|
||||
/**
|
||||
* Default Constructor
|
||||
*/
|
||||
@@ -1443,6 +1440,9 @@ public class BrowseBean implements IContextListener
|
||||
|
||||
public static final String BROWSE_VIEW_ID = "/jsp/browse/browse.jsp";
|
||||
|
||||
private static final String VIEWMODE_DASHBOARD = "dashboard";
|
||||
private static final String PAGE_NAME_BROWSE = "browse";
|
||||
|
||||
/** I18N messages */
|
||||
private static final String MSG_ERROR_DELETE_FILE = "error_delete_file";
|
||||
private static final String MSG_ERROR_DELETE_SPACE = "error_delete_space";
|
||||
|
Reference in New Issue
Block a user