diff options
author | mistic100 <mistic@piwigo.org> | 2014-05-18 15:15:25 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-05-18 15:15:25 +0000 |
commit | 40fa9b3cdb1a30a53d99c0ff2a268ed78f32e98e (patch) | |
tree | 56341664847675731bf347cc9094faf2d767424d /admin/batch_manager_global.php | |
parent | 2755a2f5984a07461a30adfd029cc393cb3afa5e (diff) |
feature 3077 : use Selectize on batch_manager_global
git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r-- | admin/batch_manager_global.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index c8bc38dad..57cb2acdf 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -554,13 +554,7 @@ SELECT if (count($page['cat_elements_id']) > 0) { // remove tags - $tags = get_common_tags($page['cat_elements_id'], -1); - - $template->assign( - array( - 'DEL_TAG_SELECTION' => get_html_tag_selection($tags, 'del_tags'), - ) - ); + $template->assign('associated_tags', get_common_tags($page['cat_elements_id'], -1)); } // creation date |