feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct

+ rewrite "add album" popup (more flexible and working with selectize)

git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-05-24 16:24:52 +00:00
parent fea2a4efd1
commit ad10a97f4a
11 changed files with 345 additions and 162 deletions
@@ -217,16 +217,7 @@ SELECT category_id
}
// existing album
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
;';
display_select_cat_wrapper(
$query,
$selected_category,
'category_options'
);
$template->assign('selected_category', $selected_category);
// image level options
@@ -256,11 +247,10 @@ if (!function_exists('gd_info'))
$setup_errors[] = l10n('GD library is missing');
}
$template->assign(
array(
'setup_errors'=> $setup_errors,
)
);
$template->assign(array(
'setup_errors'=> $setup_errors,
'CACHE_KEYS' => get_admin_client_cache_keys(array('categories')),
));
// Warnings
if (isset($_GET['hide_warnings']))