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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/help/skins/classic/templates/help.html') 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'); } - +
- - + +
-- cgit v1.2.3