mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2563: do not display all tags as checkboxes on search.php. Use jQuery Selectize instead.
git-svn-id: http://piwigo.org/svn/trunk@28708 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-8
@@ -204,14 +204,7 @@ if (count($available_tags) > 0)
|
||||
{
|
||||
usort( $available_tags, 'tag_alpha_compare');
|
||||
|
||||
$template->assign(
|
||||
'TAG_SELECTION',
|
||||
get_html_tag_selection(
|
||||
$available_tags,
|
||||
'tags',
|
||||
isset($_POST['tags']) ? $_POST['tags'] : array()
|
||||
)
|
||||
);
|
||||
$template->assign('TAGS', $available_tags);
|
||||
}
|
||||
|
||||
// authors
|
||||
|
||||
Reference in New Issue
Block a user