source: trunk/templates/edgroup.tmpl@ 750

Last change on this file since 750 was 589, checked in by Kris Deugau, 10 years ago

/trunk

Le sigh. Move a small fragment of HTML from the header back to all the
individual pages that need it, so we can selectively load and use
Javascript, and do some initial tweaking with body.onload.

File size: 987 bytes
Line 
1<body>
2<div id="main">
3
4<table class="wholepage"><tr>
5<TMPL_INCLUDE NAME="menu.tmpl">
6
7<td align="center" valign="top">
8
9<form action="<TMPL_VAR NAME=script_self>" method="post">
10<fieldset>
11<input type="hidden" name="page" value="edgroup" />
12<input type="hidden" name="grpaction" value="updperms" />
13<input type="hidden" name="gid" value="<TMPL_VAR NAME=gid>" />
14
15<table class="border" border="0" cellspacing="5" cellpadding="0">
16<TMPL_IF errmsg><tr>
17 <td class="errhead" colspan="4">Error updating group <TMPL_VAR NAME=grpmeddle>: <TMPL_VAR NAME=errmsg></td>
18</tr></TMPL_IF>
19<tr>
20 <th align="center" colspan="5">Default permissions for group <TMPL_VAR NAME=grpmeddle></th>
21</tr>
22<tr>
23 <td align="center" colspan="5" class="border">By default, users of this group will inherit the following privileges:</td>
24</tr>
25<TMPL_INCLUDE name="permlist.tmpl">
26<tr>
27 <td colspan="6" align="center"><input type="submit" value="edit" /></td>
28</tr>
29</table>
30
31</fieldset>
32</form>
33
34</td>
35</tr>
36</table>
Note: See TracBrowser for help on using the repository browser.