Last change
on this file since 410 was 207, checked in by Kris Deugau, 13 years ago |
/trunk
Fix overloaded-$webvar{action}-related buglet - changing the default
group can cause the page to mutate due to template/page overloading.
Reported by Reid Sutherland on the "Edit user" page, when clicking
a group to change the default group.
Group edit and bulk domain change pages tweaked although the impact
is limited to changing the starting data, not the page operation.
|
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="grpaction" 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.