Changeset 126 for trunk/templates


Ignore:
Timestamp:
09/20/11 17:22:24 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

UI cleanup: Remove dropdown group list from sidebar now that
the nifty collapsing group tree works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/menu.tmpl

    r117 r126  
    99<TMPL_IF mayimport><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=axfr">AXFR Import</a><br /></TMPL_IF>
    1010<TMPL_IF maybulk><a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=bulkdomain">Bulk Domain Operations</a><br /></TMPL_IF>
    11 <hr />
    12 Current group:
    13 <form action="<TMPL_VAR NAME=whereami>" method="post">
    14 <fieldset>
    15 <select name="group">
    16         <TMPL_LOOP NAME=grouplist><option value="<TMPL_VAR NAME=groupval>"<TMPL_IF NAME=groupactive> selected="selected"</TMPL_IF>><TMPL_VAR NAME=groupname></option>
    17         </TMPL_LOOP>
    18 </select>
    19 <input type="hidden" name="action" value="chgroup" />
    20 <input type="submit" value="Change group" />
    21 </fieldset>
    22 </form>
    2311<hr />
    2412<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=grpman">Manage groups</a><br />
Note: See TracChangeset for help on using the changeset viewer.