From f26c3a2349bfa9a394aae4bb841de186ac051795 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 11 Sep 2014 10:10:01 +0200 Subject: [PATCH] correct plugin selection Inter alia removes the ALL option, which "resets" the selection. As a Smarty only fix, this will now circumvent the ALL logic in plugins.inc.php Reference #200 --- templates/2k11/admin/plugins.inc.tpl | 9 +++++---- templates/2k11/admin/style.css | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index 66d2ddc1..65a82077 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -39,10 +39,11 @@ {$config} {elseif $adminAction == 'addnew'} -

{if $type == 'event'}{$CONST.EVENT_PLUGINS}{else}{$CONST.SIDEBAR_PLUGINS}{/if}{if $only_group != UPGRADE} {$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack}{/if}

+

{if $type == 'event'}{$CONST.EVENT_PLUGINS}{else}{$CONST.SIDEBAR_PLUGINS}{/if}{if $only_group != UPGRADE} ({$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack}){/if}

{foreach $errorstack as $e_idx => $e_name} {$CONST.ERROR}: {$e_name} {/foreach} +
{$formToken} @@ -54,10 +55,10 @@
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 9bd1be42..e6deb7c0 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -513,6 +513,9 @@ form > button, margin-top: 0; margin-bottom: 0; } +.plugins_available { + font-size: .75em; +} .plugin_desc { margin-top: .25em;