summaryrefslogtreecommitdiff
path: root/plugins/help/skins/classic/templates/help.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-07-04 14:51:58 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-07-04 14:51:58 +0200
commit08167e91140e533dbc52279071767813fee8401c (patch)
tree92353916927b774b093f916f945276ae2e75318f /plugins/help/skins/classic/templates/help.html
parentcb1715cd165b5f0883d96e6350239f74fdb76a58 (diff)
Improve help plugin with some options to display contents according to the current task/step
Diffstat (limited to 'plugins/help/skins/classic/templates/help.html')
-rw-r--r--plugins/help/skins/classic/templates/help.html8
1 files changed, 4 insertions, 4 deletions
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');
}
</script>
</head>
-<body>
+<roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<div id="tabsbar">
<span id="helptabdefault" class="tablink"><roundcube:button name="helpdefault" href="?_task=help" type="link" label="help.help" title="help.help" /></span>
-<span id="helptababout" class="tablink"><roundcube:button name="helpabout" href="?_task=help&_action=about" type="link" label="help.about" title="help.about" class="tablink" /></span>
-<span id="helptablicense" class="tablink"><roundcube:button name="helplicense" href="?_task=help&_action=license" type="link" label="help.license" title="help.license" class="tablink" /></span>
+<span id="helptababout" class="tablink"><roundcube:button name="helpabout" href="?_task=help&amp;_action=about" type="link" label="help.about" title="help.about" class="tablink" /></span>
+<span id="helptablicense" class="tablink"><roundcube:button name="helplicense" href="?_task=help&amp;_action=license" type="link" label="help.license" title="help.license" class="tablink" /></span>
<roundcube:container name="helptabs" id="helptabsbar" />
<script type="text/javascript"> if (window.rcmail) rcmail.add_onload(help_init_settings_tabs);</script>
</div>