source: trunk/templates/sbox.tmpl@ 750

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

/trunk

checkpoint
Starts with, search subgroups, and filter all maintain state properly

across requests on a single page; requests back and forth between domain,
user, and group listings sometimes reset as desired but sometimes maintain
state - this leads to confusing results sometimes.

Starts with, search subgroups, and filter all correctly influence both the

"n - m of o" and data lines in domain, user, and group listings

Tweaks to templates to correctly pass "empty" states for starts with, search

subgroups, and filter

File size: 352 bytes
Line 
1<form action="<TMPL_VAR NAME=whereami>" method="post">
2<fieldset>
3<input type="hidden" name="searchsubs" value="n" />
4Search subgroups: <input type="checkbox"<TMPL_IF searchsubs> checked="checked"</TMPL_IF> name="searchsubs" value="y" />
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.