Changeset 620 for trunk/template


Ignore:
Timestamp:
Nov 24, 2004, 10:57:22 PM (20 years ago)
Author:
plg
Message:

distinction between categories' admin menus and others (comments for
categories is not the same as users comments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin.tpl

    r614 r620  
    3838<ul class="menu">
    3939  <li><a class="adminMenu" href="{U_CATEGORIES}">{L_MANAGE}</a></li>
    40   <li><a class="adminMenu" href="{U_UPLOAD}">{L_UPLOAD}</a></li>
    41   <li><a class="adminMenu" href="{U_COMMENTS}">{L_COMMENTS}</a></li>
    42   <li><a class="adminMenu" href="{U_VISIBLE}">{L_VISIBLE}</a></li>
    43   <li><a class="adminMenu" href="{U_STATUS}">{L_STATUS}</a></li>
     40  <li><a class="adminMenu" href="{U_CAT_UPLOAD}">{L_CAT_UPLOAD}</a></li>
     41  <li><a class="adminMenu" href="{U_CAT_COMMENTS}">{L_CAT_COMMENTS}</a></li>
     42  <li><a class="adminMenu" href="{U_CAT_VISIBLE}">{L_CAT_VISIBLE}</a></li>
     43  <li><a class="adminMenu" href="{U_CAT_STATUS}">{L_CAT_STATUS}</a></li>
    4444</ul>
    4545</div>
Note: See TracChangeset for help on using the changeset viewer.