Show
Ignore:
Timestamp:
06/19/08 01:29:47 (18 months ago)
Author:
bsmith
Message:

bugzid:79938 - Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/default_templates/category_archive_list.mtml

    r2052 r2604  
    77        <ul class="widget-list"> 
    88        </mt:SubCatIsFirst> 
    9         <mt:IfNonZero tag="mt:CategoryCount"> 
    10             <li class="widget-list-item"><a href="<$mt:CategoryArchiveLink$>"<mt:IfNonEmpty tag="mt:CategoryDescription"> title="<$mt:CategoryDescription$>"</mt:IfNonEmpty>><__trans phrase="[_1] ([_2])" params="<$mt:CategoryLabel$>%%<$mt:CategoryCount$>"></a> 
     9        <mt:If tag="CategoryCount"> 
     10            <li class="widget-list-item"><a href="<$mt:CategoryArchiveLink$>"<mt:If tag="CategoryDescription"> title="<$mt:CategoryDescription$>"</mt:If>><__trans phrase="[_1] ([_2])" params="<$mt:CategoryLabel$>%%<$mt:CategoryCount$>"></a> 
    1111        <mt:Else> 
    1212            <li class="widget-list-item"><$mt:CategoryLabel$> 
    13         </mt:IfNonZero> 
     13        </mt:If> 
    1414        <$mt:SubCatsRecurse$> 
    1515            </li>