From b46665c2549d7840d561b94fec8d2dc6be22e1a8 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 30 Jun 2005 02:40:04 +0000 Subject: [PATCH] parameter passing works. Let clam_shell default to a left pane and a right pane git-svn-id: svn://svn.open-ils.org/ILS/trunk@996 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/main/app_shell_overlay.xul | 2 +- .../chrome/content/evergreen/main/clam_shell.js | 8 ++++++-- .../chrome/content/evergreen/main/clam_shell_overlay.xul | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Evergreen/staff_client/chrome/content/evergreen/main/app_shell_overlay.xul b/Evergreen/staff_client/chrome/content/evergreen/main/app_shell_overlay.xul index 358c39fc57..72e4b0f97d 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/main/app_shell_overlay.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/main/app_shell_overlay.xul @@ -68,7 +68,7 @@ 'main_tabbox', 'chrome://evergreen/content/main/clam_shell.xul', 'test', - { 'vertical' : true } + { } ); "/> - + -- 2.43.2