feature 724: FCBKcomplete propagated to element_set_global and
element_set_unit to manage tags. Note: multiple instances of FCBKcomplete on the same page does not work as good as a single instance. git-svn-id: http://piwigo.org/svn/trunk@5188 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b7fee65e8f
commit
3a076f460d
6 changed files with 118 additions and 79 deletions
|
|
@ -148,7 +148,8 @@ if (isset($_POST['submit']))
|
|||
|
||||
if (isset($_POST['add_tags']) and count($collection) > 0)
|
||||
{
|
||||
add_tags($_POST['add_tags'], $collection);
|
||||
$tag_ids = get_fckb_tag_ids($_POST['add_tags']);
|
||||
add_tags($tag_ids, $collection);
|
||||
}
|
||||
|
||||
if (isset($_POST['del_tags']) and count($collection) > 0)
|
||||
|
|
@ -367,20 +368,6 @@ SELECT
|
|||
display_select_cat_wrapper($query, array(), 'dissociate_options', true);
|
||||
}
|
||||
|
||||
$all_tags = get_all_tags();
|
||||
|
||||
if (count($all_tags) > 0)
|
||||
{// add tags
|
||||
$template->assign(
|
||||
array(
|
||||
'ADD_TAG_SELECTION' => get_html_tag_selection(
|
||||
$all_tags,
|
||||
'add_tags'
|
||||
),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
if (count($page['cat_elements_id']) > 0)
|
||||
{
|
||||
// remove tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue