Kevin Roast
2007-02-08 14:04:53 +00:00
parent a06d45dc8e
commit cd9d63ac77
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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>