From b138e8aa0731b7e8f7a40f6af5024948bde40c52 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 15 Nov 2004 21:42:55 +0000 Subject: - admin/cat_options page really added this time : manage options for the whole categories tree : uploadable, commentable, status and visible git-svn-id: http://piwigo.org/svn/trunk@604 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_options.tpl | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 template/default/admin/cat_options.tpl (limited to 'template/default') diff --git a/template/default/admin/cat_options.tpl b/template/default/admin/cat_options.tpl new file mode 100644 index 000000000..148f72e0b --- /dev/null +++ b/template/default/admin/cat_options.tpl @@ -0,0 +1,61 @@ +

+ {L_CAT_OPTIONS_MENU_UPLOAD} + {L_CAT_OPTIONS_MENU_COMMENTS} + {L_CAT_OPTIONS_MENU_VISIBLE} + {L_CAT_OPTIONS_MENU_STATUS} +

+ +
+ + + + +

{L_CAT_OPTIONS_UPLOAD_INFO}

+

+ {L_CAT_OPTIONS_UPLOAD_TRUE} +

+

+ {L_CAT_OPTIONS_UPLOAD_FALSE} +

+ + + +

{L_CAT_OPTIONS_COMMENTS_INFO}

+

+ {L_CAT_OPTIONS_COMMENTS_TRUE} +

+

+ {L_CAT_OPTIONS_COMMENTS_FALSE} +

+ + + +

{L_CAT_OPTIONS_VISIBLE_INFO}

+

+ {L_CAT_OPTIONS_VISIBLE_TRUE} +

+

+ {L_CAT_OPTIONS_VISIBLE_FALSE} +

+ + + +

{L_CAT_OPTIONS_STATUS_INFO}

+

+ {L_CAT_OPTIONS_STATUS_TRUE} +

+

+ {L_CAT_OPTIONS_STATUS_FALSE} +

+ + +

+ + +

+ +
-- cgit v1.2.3