From f65623369d0bb91db3ec57d63b3ecdb229b79a5a Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 3 Dec 2014 11:25:15 -0500 Subject: [PATCH] LP#1396301 Hide the Standalone - Delete Selected Transaction Button This removes the "Delete Selected Transaction" button from Standalone mode. This feature has never worked, and has always had a placeholder javascript popup saying 'Not Yet Implemented'. Until we make the feature work, lets hide the button. Signed-off-by: Michael Peters --- Open-ILS/xul/staff_client/chrome/skin/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/skin/global.css b/Open-ILS/xul/staff_client/chrome/skin/global.css index 85e3d1f81b..f0e6bc5654 100644 --- a/Open-ILS/xul/staff_client/chrome/skin/global.css +++ b/Open-ILS/xul/staff_client/chrome/skin/global.css @@ -160,3 +160,6 @@ help { -moz-binding: url('chrome://open_ils_staff_client/content/main/bindings.x #main_toolbox toolbarbutton[command="cmd_create_marc"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/HILLBLU_indici_toolbar.png"); } #main_toolbox toolbarbutton[command="cmd_authority_manage"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/HILLBLU_indici_toolbar.png"); } #main_toolbox toolbarbutton[command="cmd_retrieve_last_record"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/HILLBLU_indici_toolbar.png"); } + +/* Hide the "Delete Selected Transaction" button from Standalone (Offline) mode since this feature hasn't ever been implemented. */ +#delete { display: none;} -- 2.11.0