Changeset 8
- Timestamp:
- 01/22/06 11:25:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/en_US/default/default.xsl
r6 r8 316 316 <li> 317 317 <a href="{$authuser-initUpdate}" > 318 Listauthorised users318 Manage authorised users 319 319 </a> 320 320 </li> … … 322 322 <xsl:if test="/bedeworkadmin/userInfo/adminGroupMaintOk='true'"> 323 323 <li> 324 Admin Groups:325 <a href="{$admingroup-initAdd}">326 Add327 </a> |328 324 <a href="{$admingroup-initUpdate}"> 329 Edit / Delete325 Manage administrative groups 330 326 </a> 331 327 </li> 332 328 </xsl:if> 333 329 <li> 334 <a href="{$admingroup-switch}" >335 Choose group...330 <a href="{$admingroup-switch}"> 331 Choose/change group... 336 332 </a> 337 333 </li> … … 1831 1827 <!--+++++++++++++++ Authuser ++++++++++++++++++++--> 1832 1828 <xsl:template name="authUserList"> 1833 1829 <h2>Modify Users</h2> 1834 1830 <p>Click on the user that you would like to update:</p> 1835 1831 … … 1862 1858 1863 1859 <xsl:template name="modAuthUser"> 1864 1860 <h2>Update User</h2> 1865 1861 <xsl:variable name="modAuthUserAction" select="/bedeworkadmin/formElements/form/@action"/> 1866 1862 <form action="{$modAuthUserAction}" method="post"> … … 1946 1942 <br /> 1947 1943 1948 <input type="submit" name="modAuthUser" value="Update" />1944 <input type="submit" name="modAuthUser" value="Update" class="padRight"/> 1949 1945 <input type="reset" value="Reset"/> 1946 <input type="submit" name="cancelled" value="Cancel"/> 1950 1947 </form> 1951 1948 </xsl:template> … … 1953 1950 1954 1951 <!--+++++++++++++++ Admin Groups ++++++++++++++++++++--> 1955 1956 1952 <xsl:template name="listAdminGroups"> 1953 <h2>Modify Groups</h2> 1957 1954 <form name="adminGroupMembersForm" method="post" action="{$admingroup-initUpdate}"> 1958 1955 <xsl:choose> … … 1974 1971 <p>Click on the group name to modify the group owner or description.<br/> 1975 1972 Click "add/remove members" to modify group membership.</p> 1976 1973 <p> 1974 <strong> 1975 <a href="{$admingroup-initAdd}">Add a new group</a> 1976 </strong> 1977 </p> 1977 1978 <table id="commonListTable"> 1978 1979 <tr> … … 2035 2036 2036 2037 <xsl:template name="modAdminGroup"> 2037 2038 <xsl:choose> 2039 <xsl:when test="/bedeworkadmin/creating = 'true'"> 2040 <h2>Add Group</h2> 2041 </xsl:when> 2042 <xsl:otherwise> 2043 <h2>Modify Group</h2> 2044 </xsl:otherwise> 2045 </xsl:choose> 2038 2046 <form name="peForm" method="post" action="{$admingroup-update}"> 2039 2047 <table id="adminGroupFormTable"> trunk/calendar3/webadmin/war/WEB-INF/struts-config.xml
r4 r8 747 747 scope="session" 748 748 validate="false"> 749 <forward name="cancelled" path="/authuser/showUpdateList.rdo" redirect="true" /> 749 750 <forward name="continue" path="/authuser/getAuthUsers.do" redirect="true" /> 750 751 <forward name="retry" path="/authuser/showModForm.rdo" />
