Author: julien(a)jboss.com
Date: 2007-02-28 11:16:20 -0500 (Wed, 28 Feb 2007)
New Revision: 6466
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
Log:
applied missing styles
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
16:09:45 UTC (rev 6465)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsp/management/portlets.xhtml 2007-02-28
16:16:20 UTC (rev 6466)
@@ -11,17 +11,17 @@
<ui:define name="content">
- <h:panelGrid id="federateddropdown">
- <h:form>
- <h:selectOneMenu id="menu"
value="#{portletmgr.selectedFederatedId}">
- <f:selectItems value="#{portletmgr.federatedIds}"/>
- </h:selectOneMenu>
- <h:commandButton value="Change portlet provider"/>
- </h:form>
- </h:panelGrid>
-
<h:form>
+ <h:outputLabel for="menu">
+ <h:outputText value="Portlet provider: "
styleClass="portlet-form-field-label"/>
+ </h:outputLabel>
+ <h:selectOneMenu id="menu" styleClass="portlet-form-field"
value="#{portletmgr.selectedFederatedId}">
+ <f:selectItems value="#{portletmgr.federatedIds}"/>
+ </h:selectOneMenu>
+ <h:commandButton value="Change"
styleClass="portlet-form-button"/>
+ </h:form>
+ <h:form>
<table width="100%" class="portlet-table-body">
<thead class="portlet-section-header">
<tr>
@@ -61,7 +61,6 @@
</c:forEach>
</tbody>
</table>
-
</h:form>
<c:if test="#{portletmgr.selectedPortlet != null}">
Show replies by date