Author: julien(a)jboss.com
Date: 2007-02-28 08:30:36 -0500 (Wed, 28 Feb 2007)
New Revision: 6456
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/pageNavigation.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portalNavigation.xhtml
Log:
minor style corrections
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/pageNavigation.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/pageNavigation.xhtml 2007-02-28
13:28:17 UTC (rev 6455)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/pageNavigation.xhtml 2007-02-28
13:30:36 UTC (rev 6456)
@@ -10,11 +10,9 @@
<hr class="admin-ui"/>
<h:form id="portal_form">
- <h:inputText id="name" value="#{addPageAction.pageName}"
- validator="#{addPageAction.validatePageName}"
- required="true"/>
+ <h:inputText id="name" value="#{addPageAction.pageName}"
styleClass="portlet-form-input-field" required="true"/>
<h:commandButton action="#{addPageAction.execute}" value="Add
page" styleClass="portlet-form-button"/>
- <h:message for="name" style="color: red"/>
+ <h:message for="name" errorClass="portlet-msg-error"/>
</h:form>
</div>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portalNavigation.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portalNavigation.xhtml 2007-02-28
13:28:17 UTC (rev 6455)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portalNavigation.xhtml 2007-02-28
13:30:36 UTC (rev 6456)
@@ -7,11 +7,9 @@
<hr class="admin-ui"/>
<h:form id="portal_form">
- <h:inputText id="name" value="#{portalAction.portalName}"
- validator="#{portalAction.validatePortalName}"
- required="true"/>
+ <h:inputText id="name" value="#{portalAction.portalName}"
styleClass="portlet-form-input-field" required="true"/>
<h:commandButton action="#{portalAction.addPortal}" value="Add
portal" styleClass="portlet-form-button"/>
- <h:message for="name" style="color: red"/>
+ <h:message for="name" errorClass="portlet-msg-error"/>
</h:form>
</div>
Show replies by date