feature 3077 : use Selectize on batch_manager_global

git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-05-18 15:15:25 +00:00
parent 2755a2f598
commit 40fa9b3cdb
2 changed files with 72 additions and 50 deletions
+1 -7
View File
@@ -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