From ab924a14bd64f4fd2ede3febd76007ea43b9d91a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 25 Jul 2012 10:58:25 +0000 Subject: 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 --- admin/themes/default/template/cat_list.tpl | 2 +- admin/themes/default/template/cat_modify.tpl | 2 +- admin/themes/default/template/include/add_album.inc.tpl | 2 +- 3 files changed, 3 insertions(+), 3 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(){ {'create a new album'|@translate}

{'Album name'|@translate} -
+

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 @@

{'Name'|@translate}
- +

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} -

{'Album name'|@translate}
+

{'Album name'|@translate}



-- cgit v1.2.3