Last change
on this file since 446 was 394, checked in by Kris Deugau, 12 years ago |
/trunk
Fix a minor XHTMLism missed when adding the location management
link in the menu
Fix a layout glitch on the "New group" page caused by the layout
for the new permission types in the permission list subtemplate
|
File size:
1.5 KB
|
Rev | Line | |
---|
[19] | 1 | <!-- <TMPL_VAR NAME=sid> -->
|
---|
| 2 | <table class="wholepage"><tr>
|
---|
| 3 | <TMPL_INCLUDE NAME="menu.tmpl">
|
---|
| 4 |
|
---|
[100] | 5 | <td align="center" valign="top">
|
---|
[38] | 6 |
|
---|
[19] | 7 | <form action="dns.cgi">
|
---|
[38] | 8 | <fieldset>
|
---|
[19] | 9 |
|
---|
[38] | 10 | <input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>" />
|
---|
| 11 | <input type="hidden" name="page" value="newgrp" />
|
---|
[207] | 12 | <input type="hidden" name="grpaction" value="add" />
|
---|
[19] | 13 |
|
---|
[38] | 14 | <table class="container" width="450">
|
---|
[19] | 15 | <tr><td>
|
---|
[38] | 16 | <table border="0" cellspacing="2" cellpadding="2" width="100%">
|
---|
[394] | 17 | <TMPL_IF add_failed> <tr><td class="errhead" colspan="2">Error adding group <TMPL_VAR NAME=newgroup>: <TMPL_VAR NAME=errmsg></td></tr></TMPL_IF>
|
---|
| 18 | <tr class="darkrowheader"><td colspan="2" align="center">Add Group</td></tr>
|
---|
[19] | 19 |
|
---|
[38] | 20 | <tr class="datalinelight">
|
---|
[394] | 21 | <td>Group Name:</td>
|
---|
| 22 | <td align="left"><input type="text" name="newgroup" value="<TMPL_VAR NAME=newgroup>" /></td>
|
---|
[19] | 23 | </tr>
|
---|
[38] | 24 | <tr class="datalinelight">
|
---|
[394] | 25 | <td>Add as subgroup of:</td>
|
---|
| 26 | <td><select name="pargroup">
|
---|
[38] | 27 | <TMPL_LOOP name=pargroup> <option value="<TMPL_VAR NAME=groupval>"<TMPL_IF groupactive> selected="selected"</TMPL_IF>><TMPL_VAR name=groupname></option>
|
---|
[19] | 28 | </TMPL_LOOP>
|
---|
| 29 | </select></td>
|
---|
| 30 | </tr>
|
---|
[66] | 31 | <tr class="darkrowheader border">
|
---|
[394] | 32 | <td colspan="2" align="center">Default permissions for users created in this group:</td>
|
---|
[66] | 33 | </tr>
|
---|
[394] | 34 | <tr><td colspan="2"><table>
|
---|
[66] | 35 | <TMPL_INCLUDE name="permlist.tmpl">
|
---|
[394] | 36 | </table></td></tr>
|
---|
[66] | 37 | <tr class="darkrowheader">
|
---|
[394] | 38 | <td colspan="2" align="center"><input type="submit" value="Add group" /></td>
|
---|
[66] | 39 | </tr>
|
---|
[19] | 40 | </table>
|
---|
| 41 | </td>
|
---|
| 42 | </tr>
|
---|
| 43 | </table>
|
---|
| 44 |
|
---|
[38] | 45 | </fieldset>
|
---|
[19] | 46 | </form>
|
---|
| 47 |
|
---|
| 48 | </td></tr>
|
---|
| 49 | </table>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.