From c2ff0e9ffa8ce6d6fb589adcc453ff80a6516236 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 3 Feb 2016 16:03:29 +0100 Subject: [PATCH] idents to source and remove old Smarty @ array delimiter please test if remove of $item.ignore ionline display has side-effects --- templates/2k11/admin/config_template.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/2k11/admin/config_template.tpl b/templates/2k11/admin/config_template.tpl index 0df15c6e..b67d2d81 100644 --- a/templates/2k11/admin/config_template.tpl +++ b/templates/2k11/admin/config_template.tpl @@ -4,13 +4,13 @@ {$formToken} {/if} -{if $config|@sizeof > 1 AND $allowToggle} +{if $config|sizeof > 1 AND $allowToggle} {$CONST.TOGGLE_ALL} {/if}
{foreach $config as $category}
- {if $config|@sizeof > 1} + {if $config|sizeof > 1} {if $allowToggle}

@@ -36,7 +36,7 @@

{else} -
+
{if $item.description != ''} {$item.description}