Author: prabhat.jha(a)jboss.com
Date: 2009-02-04 13:24:18 -0500 (Wed, 04 Feb 2009)
New Revision: 12773
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles.xhtml
Log:
JBPORTAL-2298 make role ui consistent with users ui
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles.xhtml 2009-02-04
16:46:53 UTC (rev 12772)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles.xhtml 2009-02-04
18:24:18 UTC (rev 12773)
@@ -18,6 +18,12 @@
<h:messages style="list-style:none"
infoClass="portlet-msg-success" errorClass="portlet-msg-error"
fatalClass="portlet-msg-error"
warnClass="portlet-msg-alert"/>
<br/>
+
+<h:form id="create-role-form">
+ <p style="text-align: ldeft;">
+ <h:commandLink id="create-role-link"
value="#{bundle.IDENTITY_MANAGEMENT_CREATE_ROLE}" action="createRole"
styleClass="actionCreateInstance"/>
+ </p>
+</h:form>
<h:form id="roles-form">
@@ -53,12 +59,8 @@
</h:column>
</h:dataTable>
</h:form>
+ <hr/>
- <hr/>
- <h:form id="create-role-form">
- <p style="text-align: right; padding-right: 5px;">
- <h:commandLink id="create-role-link"
value="#{bundle.IDENTITY_MANAGEMENT_CREATE_ROLE}" action="createRole"
styleClass="actionCreateInstance"/></p>
- </h:form>
</ui:define>
</ui:composition>
</div>
Show replies by date