Author: thomas.heute(a)jboss.com
Date: 2007-05-21 05:00:18 -0400 (Mon, 21 May 2007)
New Revision: 7283
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml
Log:
JBPORTAL-1429: Buttons on security page
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml 2007-05-21
08:30:38 UTC (rev 7282)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/common/editSecurity.xhtml 2007-05-21
09:00:18 UTC (rev 7283)
@@ -28,9 +28,9 @@
</c:forEach>
</tbody>
</table>
- <div style="text-align:center;padding: 1em 0 1em 0">
- <h:commandLink id="update" value="Update"
action="#{auth.submit}" styleClass="portlet-form-button"/>
- <h:commandLink id="cancel" value="Cancel"
action="#{auth.cancel}" styleClass="portlet-form-button"
immediate="true"/>
+ <div>
+ <h:commandButton value="Update" action="#{auth.submit}"
styleClass="portlet-form-button"/>
+ <h:commandButton value="Cancel" action="#{auth.cancel}"
styleClass="portlet-form-button" immediate="true"/>
</div>
</h:form>
Show replies by date