bug:2278 fixed (merge r10970 r11008 r11039 from trunk) replace FCBKcomplete by TokenInput to avoid 3rd tag issue on autocomplete

git-svn-id: http://piwigo.org/svn/branches/2.2@11056 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-05-25 13:33:29 +00:00
parent d17ffa839f
commit 5257aad873
15 changed files with 900 additions and 760 deletions
+12
View File
@@ -360,6 +360,18 @@ if (in_array($page['tab'], $tab_codes))
$tabsheet->select($page['tab']);
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | tags |
// +-----------------------------------------------------------------------+
$query = '
SELECT
id AS tag_id,
name AS tag_name
FROM '.TAGS_TABLE.'
;';
$template->assign('tags', get_taglist($query));
// +-----------------------------------------------------------------------+
// | open specific mode |
// +-----------------------------------------------------------------------+