mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5077 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -100,7 +100,7 @@ public class AVMBrowseBean implements IContextListener
|
|||||||
static final String COMPONENT_SANDBOXESPANEL = "sandboxes-panel";
|
static final String COMPONENT_SANDBOXESPANEL = "sandboxes-panel";
|
||||||
|
|
||||||
/** Top-level JSF form ID */
|
/** Top-level JSF form ID */
|
||||||
static final String FORM_ID = "browse-website";
|
static final String FORM_ID = "website";
|
||||||
|
|
||||||
/** Snapshot date filter selection */
|
/** Snapshot date filter selection */
|
||||||
private String snapshotDateFilter = UISandboxSnapshots.FILTER_DATE_TODAY;
|
private String snapshotDateFilter = UISandboxSnapshots.FILTER_DATE_TODAY;
|
||||||
|
@@ -100,7 +100,6 @@
|
|||||||
<tr valign=top>
|
<tr valign=top>
|
||||||
<td style="background-image: url(<%=request.getContextPath()%>/images/parts/whitepanel_4.gif)" width=4></td>
|
<td style="background-image: url(<%=request.getContextPath()%>/images/parts/whitepanel_4.gif)" width=4></td>
|
||||||
<td>
|
<td>
|
||||||
<h:message for="sandboxes-panel" styleClass="statusMessage" />
|
|
||||||
<%-- messages tag to show messages not handled by other specific message tags --%>
|
<%-- messages tag to show messages not handled by other specific message tags --%>
|
||||||
<a:errors message="" infoClass="statusWarningText" errorClass="statusErrorText" />
|
<a:errors message="" infoClass="statusWarningText" errorClass="statusErrorText" />
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user