Ignore:
Timestamp:
12/19/11 17:20:54 (12 years ago)
Author:
Kris Deugau
Message:

/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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/user.tmpl

    r143 r207  
    1010<input type="hidden" name="sid" value="<TMPL_VAR NAME=sid>" />
    1111<input type="hidden" name="page" value="user" />
    12 <input type="hidden" name="action" value="<TMPL_VAR NAME=action>" />
     12<input type="hidden" name="useraction" value="<TMPL_VAR NAME=action>" />
    1313<TMPL_IF uid><input type="hidden" name="uid" value="<TMPL_VAR NAME=uid>" /></TMPL_IF>
    1414<TMPL_IF gid><input type="hidden" name="gid" value="<TMPL_VAR NAME=gid>" /></TMPL_IF>
Note: See TracChangeset for help on using the changeset viewer.