diff options
author | plegall <plg@piwigo.org> | 2012-07-25 10:57:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-07-25 10:57:18 +0000 |
commit | b9c3d840c5a677eb6e63c9120e3d283528677adb (patch) | |
tree | cd04999096dfef4b81ff534c3061c2bdf7b8df99 /admin/themes/default/template/cat_list.tpl | |
parent | ef5777dd7161c8fbdc281a8c0ceb45806ae03e58 (diff) |
bug 2655 fixed: maximum length for album name is 255 chars
git-svn-id: http://piwigo.org/svn/branches/2.4@17006 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/cat_list.tpl')
-rw-r--r-- | admin/themes/default/template/cat_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 440a432ab..b1c46bb13 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -70,7 +70,7 @@ jQuery(document).ready(function(){ <legend>{'create a new album'|@translate}</legend> <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> <p><strong>{'Album name'|@translate}</strong> - <br><input type="text" name="virtual_name"> + <br><input type="text" name="virtual_name" maxlength="255"> </p> <span class="actionButtons"> <input class="submit" type="submit" value="{'Create'|@translate}" name="submitAdd"> |