source: trunk/templates/edgroup.tmpl@ 100

Last change on this file since 100 was 100, checked in by Kris Deugau, 13 years ago

/trunk/templates

Templates

UI tweaks - make sure all main-body content is valign=top

dns.css

tweak comment style so IE ignores a line properly
fix typo, set valign=top on #datatablewrapper
add a couple more classes

grouptree-ie.css

tweak padding to indent group tree properly, comment a few more (apparently)
irrelevant bits

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