LP#1396301 Hide the Standalone - Delete Selected Transaction Button user/mrpeters/lp1396301_hide_offline_delete_transaction_button
authorMichael Peters <mpeters@emeralddata.net>
Wed, 3 Dec 2014 16:25:15 +0000 (11:25 -0500)
committerMichael Peters <mpeters@emeralddata.net>
Wed, 3 Dec 2014 16:25:15 +0000 (11:25 -0500)
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 <mpeters@emeralddata.net>
Open-ILS/xul/staff_client/chrome/skin/global.css

index 85e3d1f..f0e6bc5 100644 (file)
@@ -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;}