From: Jan Schneider Date: Mon, 5 Jul 2010 15:44:01 +0000 (+0200) Subject: 'nosidebar' is no more. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d9af0ff84f2101b03a7725014afe1d010793d8d4;p=horde.git 'nosidebar' is no more. --- diff --git a/framework/Core/lib/Horde/Core/Auth/Application.php b/framework/Core/lib/Horde/Core/Auth/Application.php index 652ca288b..7d56fb365 100644 --- a/framework/Core/lib/Horde/Core/Auth/Application.php +++ b/framework/Core/lib/Horde/Core/Auth/Application.php @@ -445,8 +445,6 @@ class Horde_Core_Auth_Application extends Horde_Auth_Base * Horde::addInlineScript(). * 'js_files' - (array) A list of javascript files to be included via * Horde::addScriptFile(). - * 'nosidebar' - (boolean) If true, never load the sidebar when - * authenticating to this app. * 'params' - (array) A list of parameters to display on the login screen. * Each entry is an array with the following entries: * 'label' - (string) The label of the entry. diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index f9316b531..d97448428 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -1763,8 +1763,7 @@ class Horde_Registry * to display to the user. * DEFAULT: None * 'params' - (array) Additional params to add to the URL (not allowed: - * 'app', 'horde_logout_token', 'msg', 'nosidebar', 'reason', - * 'url'). + * 'app', 'horde_logout_token', 'msg', 'reason', 'url'). * DEFAULT: None * 'reason' - (integer) The reason for logout * DEFAULT: None @@ -1785,7 +1784,6 @@ class Horde_Registry ($options['reason'] == Horde_Auth::REASON_LOGOUT)) { $params = array( 'horde_logout_token' => Horde::getRequestToken('horde.logout'), - 'nosidebar' => 1 ); } else { $params = array( diff --git a/imp/lib/Application.php b/imp/lib/Application.php index 78b74d900..83d4fc5a7 100644 --- a/imp/lib/Application.php +++ b/imp/lib/Application.php @@ -277,7 +277,6 @@ class IMP_Application extends Horde_Registry_Application 'js_files' => array( array('login.js', 'imp') ), - 'nosidebar' => ($view_cookie != 'imp'), 'params' => $params ); }