Ignore:
Timestamp:
Nov 23, 2004, 11:31:24 PM (20 years ago)
Author:
plg
Message:
  • global categories' options : instead of N horizontal tabs on a single page, N options in the left menu (but the same backend)
  • categories.global_rank : new calculated field. It gives a global rank of the category among all others (updated during ordering)
  • category.php page : menu is generated faster thanks to categories.global_rank, recursivity becomes useless :-)
  • new function to display select box with a set of categories : display_select_cat_wrapper
  • cat_options : instead of using 1 multiselect for true/false items, using 1 multiselect for true, and another one for false. The form provides buttons with arrows to switch categories from one multiselect to another
  • deletion of obsolete function display_categories (working with the old template system)
  • deletion of obsolete functions get_user_plain_structure, create_user_structure, get_user_subcat_ids, update_structure, count_images : useless thanks to global_rank
File:
1 edited

Legend:

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

    r602 r614  
    3939  <li><a class="adminMenu" href="{U_CATEGORIES}">{L_MANAGE}</a></li>
    4040  <li><a class="adminMenu" href="{U_UPLOAD}">{L_UPLOAD}</a></li>
    41   <li><a class="adminMenu" href="{U_CAT_OPTIONS}">{L_CAT_OPTIONS}</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>
    4244</ul>
    4345</div>
Note: See TracChangeset for help on using the changeset viewer.