'nosidebar' is no more.
authorJan Schneider <jan@horde.org>
Mon, 5 Jul 2010 15:44:01 +0000 (17:44 +0200)
committerJan Schneider <jan@horde.org>
Mon, 5 Jul 2010 15:44:01 +0000 (17:44 +0200)
framework/Core/lib/Horde/Core/Auth/Application.php
framework/Core/lib/Horde/Registry.php
imp/lib/Application.php

index 652ca28..7d56fb3 100644 (file)
@@ -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.
index f9316b5..d974484 100644 (file)
@@ -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(
index 78b74d9..83d4fc5 100644 (file)
@@ -277,7 +277,6 @@ class IMP_Application extends Horde_Registry_Application
             'js_files' => array(
                 array('login.js', 'imp')
             ),
-            'nosidebar' => ($view_cookie != 'imp'),
             'params' => $params
         );
     }