diff options
author | plegall <plg@piwigo.org> | 2010-06-22 23:43:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-06-22 23:43:36 +0000 |
commit | 1015546138629dd974afe4e9a1b2a605d1a8eb11 (patch) | |
tree | f5284fa218cab58c327dc93785e561084c855233 /admin/themes/default/template/picture_modify.tpl | |
parent | bedacf7b0841489765286f5c61cb6a25c798e8a7 (diff) |
merge r6586 from branch 2.1 to trunk
bug 1721 fixed: remove the limit of 10 tags for each photo with the new
FCBKcomplete widget. The limit can't be removed (defaut value is also 10)
but I've increased it to 100.
git-svn-id: http://piwigo.org/svn/trunk@6587 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index d299fa718..4681c922b 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -13,7 +13,7 @@ filter_hide: true, firstselected: true, filter_selected: true, - maxitems: 10, + maxitems: 100, newel: true }); }); |