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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Aug 13 10:50:33 EDT 2010


Author: phasefx
Date: 2010-08-13 10:50:30 -0400 (Fri, 13 Aug 2010)
New Revision: 17213

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/browser.xul
   trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
Log:
meant to hide these Find in Page buttons

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/browser.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/browser.xul	2010-08-13 14:48:15 UTC (rev 17212)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/browser.xul	2010-08-13 14:50:30 UTC (rev 17213)
@@ -127,7 +127,6 @@
             <spacer flex="1"/>
             <label id="debug" value="Debug" disabled="true" popup="debug_popup" />
             <button id="browser_print" command="cmd_print" hidden="true"/>
-            <button id="browser_find" label="Find in Page" command="cmd_find" hidden="false"/>
         </hbox>
         <browser id="browser_browser" flex="1" autoscroll="false" type="content"/>
     </vbox>

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul	2010-08-13 14:48:15 UTC (rev 17212)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul	2010-08-13 14:50:30 UTC (rev 17213)
@@ -130,7 +130,6 @@
             <spacer flex="1"/>
             <label id="debug" value="Debug" disabled="true" popup="debug_popup" />
             <button id="browser_print" command="cmd_print" hidden="true"/>
-            <button id="browser_find" label="Find in Page" command="cmd_find" hidden="false"/>
         </hbox>
         <browser id="browser_browser" flex="1" autoscroll="false" type="content"/>
     </vbox>



More information about the open-ils-commits mailing list