[open-ils-commits] r18082 - branches/rel_2_0/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:47:18 EDT 2010


Author: phasefx
Date: 2010-09-28 12:47:15 -0400 (Tue, 28 Sep 2010)
New Revision: 18082

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

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2010-09-28 16:46:34 UTC (rev 18081)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul	2010-09-28 16:47:15 UTC (rev 18082)
@@ -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