From a383f3148cb7c9a23dadbdcd12ede4e1de274af5 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 4 Dec 2004 12:10:17 +0000 Subject: - change "->" in a beautiful arrow :-) for categories level in admin - single category management screen updated : commentable and uploadable properties added, full directory displayed, status and visibility properties update uses inheritance, user favorite elements check moved to somewhere else : would be too long to calculate here for too many users - new admin functions set_cat_visible and set_cat_status : visibility and status updates can be done in cat_options and cat_modify - language : differentiate "locked" (state) and "lock" (action) git-svn-id: http://piwigo.org/svn/trunk@632 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_modify.tpl | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'template/default/admin') diff --git a/template/default/admin/cat_modify.tpl b/template/default/admin/cat_modify.tpl index 4aa8ee032..7dea3c4bd 100644 --- a/template/default/admin/cat_modify.tpl +++ b/template/default/admin/cat_modify.tpl @@ -7,8 +7,8 @@ - - + + @@ -32,17 +32,33 @@ - + + + + + + + + + + + @@ -69,4 +85,4 @@
{L_REMOTE_SITE}{SITE_URL}{L_REMOTE_SITE}{server.SITE_URL}
{L_EDIT_STATUS} :
{L_EDIT_STATUS_INFO}
- {L_ACCESS_FREE}   - {L_ACCESS_RESTRICTED} + {L_STATUS_PUBLIC}   + {L_STATUS_PRIVATE}
{L_EDIT_LOCK} :
{L_EDIT_LOCK_INFO}
{L_YES}   {L_NO}
{L_EDIT_COMMENTABLE} :
{L_EDIT_COMMENTABLE_INFO}
+ {L_YES}   + {L_NO} +
{L_EDIT_UPLOADABLE} :
{L_EDIT_UPLOADABLE_INFO}
+ {L_YES}   + {L_NO} +
{#cat_parent}
- \ No newline at end of file + -- cgit v1.2.3