Ignore:
Timestamp:
12/09/09 17:08:46 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix grouplist brokenness in menu (first entry was being set to current group

instead of login group)
-> may be a way to compress that further

Compact and generalize process of filling table headings for lists - users,

domains, groups; records should be able to use this too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/menu.tmpl

    r42 r43  
    2222<hr />
    2323<a href="dns.cgi?sid=<TMPL_VAR NAME=sid>&amp;page=grpman">Manage groups</a><br />
    24 <div id="grptree"><ul><TMPL_IF inlogingrp><b><TMPL_VAR NAME=groupname></b><TMPL_ELSE><TMPL_VAR NAME=groupname></TMPL_IF><TMPL_VAR NAME=grptree></ul></div>
     24<div id="grptree">
     25<ul>
     26<li><TMPL_IF inlogingrp><b><TMPL_VAR NAME=logingrp></b><TMPL_ELSE><TMPL_VAR NAME=logingrp></TMPL_IF>
     27<TMPL_VAR NAME=grptree>
     28</li>
     29</ul>
     30</div>
    2531<!-- hmm:  <TMPL_VAR NAME=groupname> -->
    2632<hr />
Note: See TracChangeset for help on using the changeset viewer.