Ignore:
Timestamp:
Apr 16, 2005, 6:56:32 PM (19 years ago)
Author:
plg
Message:
  • elements batch management : element_set page becomes the frontend to element_set_global and element_set_unit, infos_images (after a long time of use) become deprecated : the more powerful element_set is used instead. Consequently, batch management concerns caddie but also "normal categories".
  • refactoring code in admin.php to include the sub-file (clearer)
  • caddie : function fill_caddie replaces the code in category.php and can be used in admin/element_set.php
  • caddie : caddie table is added in delete_elements function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r728 r764  
    452452     
    453453      'U_INFO_IMG'
    454       => add_session_id($base_url.'infos_images&cat_id='.$category['id'])
     454      => add_session_id($base_url.'element_set&cat='.$category['id'])
    455455      ));
    456456 
Note: See TracChangeset for help on using the changeset viewer.