From 3371c757424cef291be02a946e528983dece9543 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 14 Sep 2005 21:57:05 +0000 Subject: - improvement: long localized messages are in HTML files instead of $lang array. This is the case of admin/help and about pages. - deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists, check_date_format, date_convert, get_category_directories, get_used_metadata_list, array_remove, pwg_write_debug, get_group_restrictions, get_all_group_restrictions, is_group_allowed, style_select, deprecated_getAttribute). - new: many new contextual help pages to replace descriptions previously included in pages. - modification: reorganisation of language files. Deletion of unused language keys, alphabetical sort. No faq.lang.php anymore (replaced by help.html). Only done for en_UK.iso-8859-1. git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/cat_modify.tpl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'template/yoga/admin/cat_modify.tpl') diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index d64df4960..aef85cb37 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -1,5 +1,10 @@ -

{lang:title_edit_cat}

+
+ +

{lang:title_edit_cat}

+

{CATEGORIES_NAV}

@@ -65,21 +70,21 @@ {lang:Options} - + - + - + - +
{L_EDIT_STATUS}
{L_EDIT_STATUS_INFO}
{L_EDIT_STATUS} {L_STATUS_PUBLIC} {L_STATUS_PRIVATE}
{L_EDIT_LOCK}
{L_EDIT_LOCK_INFO}
{L_EDIT_LOCK} {L_YES} {L_NO}
{L_EDIT_COMMENTABLE}
{L_EDIT_COMMENTABLE_INFO}
{L_EDIT_COMMENTABLE} {L_YES} {L_NO} @@ -87,7 +92,7 @@
{L_EDIT_UPLOADABLE}
{L_EDIT_UPLOADABLE_INFO}
{L_EDIT_UPLOADABLE} {L_YES} {L_NO} -- cgit v1.2.3