From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Sat, 18 Sep 2010 02:02:35 +0000 (+0000) Subject: Patch from James Fournie of SITKA: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b8e125502b73606941b9c1ad0b2b0c1dec189d0;p=evergreen%2Fpines.git Patch from James Fournie of SITKA: This is a patch that makes the toolbar work with the little jellybean button on Macs. It's that little lozenge-like button on the top right of Mac programs that shows/hides the toolbar. With this patch it will show/hide the toolbar "button bar", making it behave more like most Mac programs. It shouldn't have any affect on other platforms. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17804 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul index faaefd5d94..d1a176e3db 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul @@ -83,7 +83,7 @@ <menu id="main.menu.admin" /> <menu id="main.menu.help" /> </menubar> - <toolbar id="main_toolbar" hidden="true"> + <toolbar id="main_toolbar" hidden="true" class="chromeclass-toolbar"> <toolbarbutton id="tb_checkout" command="cmd_circ_checkout" image="chrome://open_ils_staff_client/skin/media/images/Arrow-rightup-small.png"