From ed897f0615471a1f79b8ffe95d35b2a510544c74 Mon Sep 17 00:00:00 2001 From: onli Date: Sun, 28 Sep 2014 17:21:31 +0200 Subject: [PATCH] Don't show group filter in update page (#200) The group filter can't filter the updates --- templates/2k11/admin/plugins.inc.tpl | 13 +++++++------ templates/2k11/admin/style.css | 9 +++++++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index c701bcbb..91790962 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -51,26 +51,27 @@
-
+ {if $only_group != UPGRADE} +
- -
- -
+ {/if}
+
+ +
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index e6deb7c0..b08c42f8 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2751,13 +2751,18 @@ img.mfp-img { .entryproperties_access_users, .entryproperties_access_author, .entryproperties_markup, - #plugin_groups, - #plugin_filter { + #plugin_groups { float: left; margin-right: 2%; width: 48%; } + #plugin_filter { + display: inline-block; + margin-right: 2%; + width: 48%; + } + #plugin_groups .form_buttons { margin-bottom: 0; }