feature 3077 : use Selectize with AJAX load/cache on cat_perm and batch_manager_unit

git-svn-id: http://piwigo.org/svn/trunk@28496 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2014-05-17 15:33:37 +00:00
commit ce8a29810a
4 changed files with 131 additions and 95 deletions

View file

@ -218,14 +218,6 @@ SELECT
;';
$tag_selection = get_taglist($query);
$query = '
SELECT
id,
name
FROM '.TAGS_TABLE.'
;';
$tags = get_taglist($query, false);
// retrieving direct information about picture
$query = '
SELECT *
@ -258,7 +250,6 @@ $admin_url_start.= isset($_GET['cat_id']) ? '&cat_id='.$_GET['cat_id'] : '';
$template->assign(
array(
'tag_selection' => $tag_selection,
'tags' => $tags,
'U_SYNC' => $admin_url_start.'&sync_metadata=1',
'U_DELETE' => $admin_url_start.'&delete=1&pwg_token='.get_pwg_token(),