Changeset 64 for trunk/templates


Ignore:
Timestamp:
10/25/10 16:49:10 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix up buglet in search filtering by start letter; 0-9 did not display properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/lettsearch.tmpl

    r53 r64  
    11<a href="<TMPL_VAR NAME=whereami>&amp;startwith=">All</a> |
    2 <TMPL_UNLESS startnum><a href="<TMPL_VAR NAME=whereami>&amp;startwith=0-9">0-9</a><TMPL_ELSE><b>0-9</b></TMPL_UNLESS> |
     2<TMPL_UNLESS start0-9><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> |
    44<TMPL_UNLESS startb><a href="<TMPL_VAR NAME=whereami>&amp;startwith=b">B</a><TMPL_ELSE><b>B</b></TMPL_UNLESS> |
Note: See TracChangeset for help on using the changeset viewer.