source: trunk/templates/sbox.tmpl@ 52

Last change on this file since 52 was 52, checked in by Kris Deugau, 14 years ago

/trunk

Make subgroup y/n checkbox, search filter more or less work on user, domain, and group lists

  • still need to figure out how to retain the letter-filter, subgroup, and filter data when they're needed but discard them when they should be discarded
File size: 365 bytes
Line 
1<form action="<TMPL_VAR NAME=whereami>" method="post">
2<fieldset>
3Search subgroups: <input type="checkbox"<TMPL_IF searchsubs> checked="checked"</TMPL_IF> name="searchsubs" />
4<input type="hidden" name="searchsubs" value="<TMPL_VAR NAME=searchsubs>">
5<input name="filter" value="<TMPL_VAR NAME=filter>" />
6<input type="submit" value="Search" />
7</fieldset>
8</form>
Note: See TracBrowser for help on using the repository browser.