From 7af68d6d9f399021035bf32c41e230cf9ede50c8 Mon Sep 17 00:00:00 2001 From: onli Date: Tue, 21 Jan 2014 20:27:02 +0100 Subject: [PATCH] tabbify plugin menu --- templates/2k11/admin/plugins.inc.tpl | 31 ++++++++++--------- .../2k11/admin/serendipity_editor.js.tpl | 1 - templates/2k11/admin/style.css | 1 + 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index 684b7fc6..e1e28fb8 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -126,23 +126,24 @@ -
-

{$CONST.SIDEBAR_PLUGINS}

+ +
+
+

{$CONST.SIDEBAR_PLUGINS}

+ Install a new sidebar plugin {* i18n *} - Install a new sidebar plugin {* i18n *} + {$backend_plugins_sidebar_header} + {$sidebar_plugins} +
+ +
+

{$CONST.EVENT_PLUGINS}

+ Install a new event plugin {* i18n *} - {$backend_plugins_sidebar_header} - {$sidebar_plugins} -
- -
-

{$CONST.EVENT_PLUGINS}

- - Install a new event plugin {* i18n *} - - {$backend_plugins_event_header} - {$event_plugins} -
+ {$backend_plugins_event_header} + {$event_plugins} +
+ {if $memsnaps}

Memory Usage

{* i18n *} diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl index 50159757..37ac53af 100644 --- a/templates/2k11/admin/serendipity_editor.js.tpl +++ b/templates/2k11/admin/serendipity_editor.js.tpl @@ -1143,7 +1143,6 @@ var AccessifyHTML5 = function (defaults, more_fixes) { fx: 'fadeIn', currentInfoText: 'Current tab: ', // i18n currentInfoClass: 'visuallyhidden', - tabsListClass: 'plainList', syncheights: false }); } diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index ac1fb049..65f2cf5e 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -330,6 +330,7 @@ nav ol { clear: both; } +.tabs-list, .plainList { list-style: none; margin-left: 0;