Ignore:
Timestamp:
May 18, 2014, 5:15:25 PM (10 years ago)
Author:
mistic100
Message:

feature 3077 : use Selectize on batch_manager_global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_global.php

    r28500 r28502  
    555555{
    556556  // remove tags
    557   $tags = get_common_tags($page['cat_elements_id'], -1);
    558 
    559   $template->assign(
    560     array(
    561       'DEL_TAG_SELECTION' => get_html_tag_selection($tags, 'del_tags'),
    562       )
    563     );
     557  $template->assign('associated_tags', get_common_tags($page['cat_elements_id'], -1));
    564558}
    565559
Note: See TracChangeset for help on using the changeset viewer.