From: Michael Peters Date: Wed, 3 Dec 2014 16:25:15 +0000 (-0500) Subject: LP#1396301 Hide the Standalone - Delete Selected Transaction Button X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f65623369d0bb91db3ec57d63b3ecdb229b79a5a;p=working%2FEvergreen.git 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 --- 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;}