Thomas Bruederli
2013-07-08 c795d528f9ec913d8a5bd304d2a1b4ebef78b606
Open help window in small mode; add more index links
2 files modified
7 ■■■■ changed files
plugins/help/config.inc.php.dist 5 ●●●●● patch | view | raw | blame | history
plugins/help/help.js 2 ●●● patch | view | raw | blame | history
plugins/help/config.inc.php.dist
@@ -11,6 +11,11 @@
    'login' => 'login.html',
    'mail'  => 'mail/index.html',
    'mail/compose' => 'mail/compose.html',
    'addressbook'          => 'addressbook/index.html',
    'settings'             => 'settings/index.html',
    'settings/preferences' => 'settings/preferences.html',
    'settings/folders'     => 'settings/folders.html',
    'settings/identities'  => 'settings/identities.html',
);
// Map to translate Roundcube language codes into help document languages
plugins/help/help.js
@@ -13,7 +13,7 @@
            var url = rcmail.url('help/index', { _rel: rcmail.task + (rcmail.env.action ? '/'+rcmail.env.action : '') });
            if (rcmail.env.help_open_extwin) {
                rcmail.open_window(url, false, false);
                rcmail.open_window(url, true, false);
            }
            else {
                rcmail.redirect(url, false);