From: Ben Shum Date: Mon, 10 Sep 2012 19:03:59 +0000 (-0400) Subject: Hide Print Page button on Simplified Pull List X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a901f7e7ad5b12b44829120e6579d9fc8b15b8c;p=contrib%2FConifer.git Hide Print Page button on Simplified Pull List On the Simplified Pull List interface, there is a button for "Print Page" that shows up in the upper right corner. The suggestion is to hide that button to avoid library staff printing just what's visible instead of using the proper "Print Pull List" button that's actually on the page. Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/xul/staff_client/server/patron/holds.js b/Open-ILS/xul/staff_client/server/patron/holds.js index 34210ce96c..9b15aef53e 100644 --- a/Open-ILS/xul/staff_client/server/patron/holds.js +++ b/Open-ILS/xul/staff_client/server/patron/holds.js @@ -399,7 +399,7 @@ patron.holds.prototype = { "authtime": ses("authtime"), "no_xulG": false, "show_nav_buttons": true, - "show_print_button": true + "show_print_button": false }; ["url_prefix", "new_tab", "set_tab", "close_tab", "new_patron_tab",