From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 13 Aug 2010 14:50:30 +0000 (+0000)
Subject: meant to hide these Find in Page buttons
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2789d6b7aff6323795fc6c46ccadce9a66172c48;p=evergreen%2Fpines.git

meant to hide these Find in Page buttons

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17213 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/chrome/content/util/browser.xul b/Open-ILS/xul/staff_client/chrome/content/util/browser.xul
index dc53621fdd..1bba3f3e12 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/browser.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/util/browser.xul
@@ -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>
diff --git a/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul b/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
index 7148ebe21e..fc4e4f51bf 100644
--- a/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul
@@ -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>