aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/include/add_album.inc.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-07-25 10:57:18 +0000
committerplegall <plg@piwigo.org>2012-07-25 10:57:18 +0000
commitb9c3d840c5a677eb6e63c9120e3d283528677adb (patch)
treecd04999096dfef4b81ff534c3061c2bdf7b8df99 /admin/themes/default/template/include/add_album.inc.tpl
parentef5777dd7161c8fbdc281a8c0ceb45806ae03e58 (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 '')
-rw-r--r--admin/themes/default/template/include/add_album.inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/include/add_album.inc.tpl b/admin/themes/default/template/include/add_album.inc.tpl
index 82178ab11..1fe8cea21 100644
--- a/admin/themes/default/template/include/add_album.inc.tpl
+++ b/admin/themes/default/template/include/add_album.inc.tpl
@@ -95,7 +95,7 @@ jQuery(document).ready(function(){
{html_options options=$category_parent_options selected=$category_parent_options_selected}
</select>
- <br><br>{'Album name'|@translate}<br><input name="category_name" type="text"> <span id="categoryNameError"></span>
+ <br><br>{'Album name'|@translate}<br><input name="category_name" type="text" maxlength="255"> <span id="categoryNameError"></span>
<br><br><br><input type="submit" value="{'Create'|@translate}"> <span id="albumCreationLoading" style="display:none"><img src="themes/default/images/ajax-loader-small.gif"></span>
</form>
</div>