root/trunk/calendar3/webadmin/war/docs/admingroup/chooseAdminGroup.jsp

Revision 37 (checked in by johnsa, 7 years ago)

added success message to subscription and adminGroup deletion; updated stylesheet to correctly handle adminGroup deletion; simplified admingroup xml; re-routed some actions in the struts-config regarding admingroups.

Line 
1 <%@ taglib uri='struts-bean' prefix='bean' %>
2 <%@ taglib uri='struts-logic' prefix='logic' %>
3
4 <%@include file="/docs/header.jsp"%>
5
6 <page>chooseGroup</page>
7
8 <%
9   String rpitemp;
10 %>
11
12 <groups>
13   <logic:iterate id="adminGroup" name="peForm" property="userAdminGroups" >
14     <group>
15       <name><bean:write name="adminGroup" property="account" /></name>
16       <desc><bean:write name="adminGroup" property="description" /></desc>
17     </group>
18   </logic:iterate>
19 </groups>
20
21 <%@include file="/docs/footer.jsp"%>
Note: See TracBrowser for help on using the browser.