Ignore:
Timestamp:
10/02/07 22:23:07 (5 years ago)
Author:
hverton
Message:

moved more templates to the template include directory
download panel had problems displaying an odd number of categories
make more modules xhtml compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.download_cats.tpl

    r843 r861  
    4343            <td class='tbl'> 
    4444                <select name='cat_sub' class='textbox'> 
    45                     <option value='0'{if $cat_sub == 0} selected{/if}>{$locale.444}</option> 
     45                    <option value='0'{if $cat_sub == 0} selected{/if}>{$locale.455}</option> 
    4646                {section name=cat loop=$cats} 
    4747                    {if $is_edit && $cats[cat].download_cat_id == $cat_id} 
     
    145145        </td> 
    146146        <td align='center' width='1%' class='{cycle values='tbl1,tbl2' advance=no}' style='white-space:nowrap'> 
    147             {$cats[dc].parent_cat_name|default:$locale.444} 
     147            {$cats[dc].parent_cat_name|default:$locale.455} 
    148148        </td> 
    149149        <td align='center' width='1%' class='{cycle values='tbl1,tbl2' advance=no}' style='white-space:nowrap'> 
Note: See TracChangeset for help on using the changeset viewer.