diff options
author | plegall <plg@piwigo.org> | 2012-07-25 10:58:25 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-07-25 10:58:25 +0000 |
commit | ab924a14bd64f4fd2ede3febd76007ea43b9d91a (patch) | |
tree | 476946b5e676b097e1d884cfbb2b44e745fbb192 /admin/themes/default/template/cat_modify.tpl | |
parent | b6329cb062dc3b793931e97eeb2bfd918e2b04e3 (diff) |
merge r17006 from branch 2.4 to trunk
bug 2655 fixed: maximum length for album name is 255 chars
git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 2047de0cf..e953ea322 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -60,7 +60,7 @@ <p> <strong>{'Name'|@translate}</strong> <br> - <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="60"> + <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="255"> </p> <p> |