From e8867012cdf766e1873aecde6844dac011ea4a3b Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 20 Jul 2013 22:16:45 +0200 Subject: [PATCH] Only display hide subcats info on demand. References #32 --- templates/2k11/admin/category.inc.tpl | 4 +++- templates/2k11/admin/style.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/2k11/admin/category.inc.tpl b/templates/2k11/admin/category.inc.tpl index 7c6b4bec..2e9131bd 100644 --- a/templates/2k11/admin/category.inc.tpl +++ b/templates/2k11/admin/category.inc.tpl @@ -108,7 +108,7 @@
- {$CONST.CATEGORY_HIDE_SUB} {$CONST.CATEGORY_HIDE_SUB_DESC} + {$CONST.CATEGORY_HIDE_SUB} More
@@ -121,6 +121,8 @@
+ + {$CONST.CATEGORY_HIDE_SUB_DESC}
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index a16701e5..f7f23882 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -844,6 +844,7 @@ input[type=checkbox], margin-bottom: .75em; } +.inputs .form_radio, .configuration_group fieldset > fieldset, .theme_options .configuration_group > fieldset, .configuration_group .form_field,