[open-ils-commits] r18081 - trunk/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Sep 28 12:46:37 EDT 2010


Author: phasefx
Date: 2010-09-28 12:46:34 -0400 (Tue, 28 Sep 2010)
New Revision: 18081

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
Log:
this breaks (hides) the buttonbar in windows.  Sorry James, miker

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2010-09-28 16:40:53 UTC (rev 18080)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2010-09-28 16:46:34 UTC (rev 18081)
@@ -83,7 +83,7 @@
         <menu id="main.menu.admin" />
         <menu id="main.menu.help" />
     </menubar>
-    <toolbar id="main_toolbar" hidden="true" class="chromeclass-toolbar">
+    <toolbar id="main_toolbar" hidden="true">
         <toolbarbutton id="tb_checkout" 
             command="cmd_circ_checkout" 
             image="chrome://open_ils_staff_client/skin/media/images/Arrow-rightup-small.png" 



More information about the open-ils-commits mailing list