cleared in the alternate holds pull list print interface
Additionally, provide the usual "print page" button so that the list can be
reprinted at will
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20082
dcc99617-32d9-48b4-a31d-
7c20da2025e4
},
oncomplete : function () {
progress_dialog.hide();
- if (any)
- window.print();
- else
- alert(dojo.byId("no_results").innerHTML);
+ setTimeout(
+ function() {
+ if (any) window.print();
+ else alert(dojo.byId("no_results").innerHTML);
+ }, 500 /* give the progress_dialog more time to go away */
+ );
}
}
);
"authtime": ses("authtime"),
"no_xulG": false,
"show_nav_buttons": true,
- "show_print_button": false
+ "show_print_button": true
};
["url_prefix", "new_tab", "set_tab",
"close_tab", "new_patron_tab",