From 08167e91140e533dbc52279071767813fee8401c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 4 Jul 2013 14:51:58 +0200 Subject: Improve help plugin with some options to display contents according to the current task/step --- plugins/help/skins/classic/templates/help.html | 8 ++++---- plugins/help/skins/larry/templates/help.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/help/skins') diff --git a/plugins/help/skins/classic/templates/help.html b/plugins/help/skins/classic/templates/help.html index 2e430ecf3..8a398e7b3 100644 --- a/plugins/help/skins/classic/templates/help.html +++ b/plugins/help/skins/classic/templates/help.html @@ -9,21 +9,21 @@ function help_init_settings_tabs() { var action, tab = '#helptabdefault'; if (window.rcmail && (action = rcmail.env.action)) { - tab = '#helptab' + (action ? action : 'default'); + tab = '#helptab' + (action ? action : 'default'); } $(tab).addClass('tablink-selected'); } - +
- - + +
diff --git a/plugins/help/skins/larry/templates/help.html b/plugins/help/skins/larry/templates/help.html index 39caaa62f..592a94c66 100644 --- a/plugins/help/skins/larry/templates/help.html +++ b/plugins/help/skins/larry/templates/help.html @@ -4,7 +4,7 @@ <roundcube:object name="pagetitle" /> - + -- cgit v1.2.3