From eabc0564cd09a5ce77c00777e34cc1bfc7ee56d4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 5 Jul 2013 10:40:32 +0200 Subject: Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix --- plugins/help/help.php | 3 ++- plugins/help/skins/classic/help.css | 2 +- plugins/help/skins/classic/templates/help.html | 6 +++--- plugins/help/skins/larry/help.css | 1 - skins/classic/templates/about.html | 7 +++++++ skins/larry/templates/about.html | 4 ++++ 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/plugins/help/help.php b/plugins/help/help.php index 66c4256a0..ab665d0a8 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -82,7 +82,8 @@ class help extends rcube_plugin if (is_readable($this->home . '/content/about.html')) { return @file_get_contents($this->home . '/content/about.html'); } - $src = $rcmail->config->get('help_about_url', $rcmail->url(array('_task' => 'settings', '_action' => 'about'))); + $default = $rcmail->url(array('_task' => 'settings', '_action' => 'about', '_framed' => 1)); + $src = $rcmail->config->get('help_about_url', $default); break; case 'license': diff --git a/plugins/help/skins/classic/help.css b/plugins/help/skins/classic/help.css index 8f67f111e..ad5b7dab4 100644 --- a/plugins/help/skins/classic/help.css +++ b/plugins/help/skins/classic/help.css @@ -7,7 +7,7 @@ .help-box { - overflow: auto; + overflow: auto; background-color: #F2F2F2; } diff --git a/plugins/help/skins/classic/templates/help.html b/plugins/help/skins/classic/templates/help.html index 8a398e7b3..5bc342044 100644 --- a/plugins/help/skins/classic/templates/help.html +++ b/plugins/help/skins/classic/templates/help.html @@ -7,9 +7,9 @@