Changeset 53 for trunk/templates


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

/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

Location:
trunk/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/lettsearch.tmpl

    r45 r53  
    1 <a href="<TMPL_VAR NAME=whereami>">All</a> |
     1<a href="<TMPL_VAR NAME=whereami>&amp;startwith=">All</a> |
    22<TMPL_UNLESS startnum><a href="<TMPL_VAR NAME=whereami>&amp;startwith=0-9">0-9</a><TMPL_ELSE><b>0-9</b></TMPL_UNLESS> |
    33<TMPL_UNLESS starta><a href="<TMPL_VAR NAME=whereami>&amp;startwith=a">A</a><TMPL_ELSE><b>A</b></TMPL_UNLESS> |
  • trunk/templates/sbox.tmpl

    r52 r53  
    11<form action="<TMPL_VAR NAME=whereami>" method="post">
    22<fieldset>
    3 Search subgroups: <input type="checkbox"<TMPL_IF searchsubs> checked="checked"</TMPL_IF> name="searchsubs" />
    4 <input type="hidden" name="searchsubs" value="<TMPL_VAR NAME=searchsubs>">
     3<input type="hidden" name="searchsubs" value="n" />
     4Search subgroups: <input type="checkbox"<TMPL_IF searchsubs> checked="checked"</TMPL_IF> name="searchsubs" value="y" />
    55<input name="filter" value="<TMPL_VAR NAME=filter>" />
    66<input type="submit" value="Search" />
Note: See TracChangeset for help on using the changeset viewer.