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>
#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;}