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

File:
1 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> |
Note: See TracChangeset for help on using the changeset viewer.