Add a string for 'Pull List' and set the page title to that string
when the pull list interface is loaded. Allows staff to tell which
tab has the Holds Shelf open and which tab has the Pull List open.
Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jessica Woolford <jwoolford@biblio.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
s.CLEAR_SHELF_ACTION_hold = "[% l('Needed for Hold') %]";
s.CLEAR_SHELF_ACTION_transit = "[% l('Needs Transiting') %]";
s.CLEAR_SHELF_ACTION_pl_changed = "[% l('Wrong Shelf') %]";
+ s.PULL_LIST_TITLE = "[% l('Pull List') %]";
}])
</script>
[% END %]
var cached_details = {};
var details_needed = {};
+ egCore.strings.setPageTitle(egCore.strings['PULL_LIST_TITLE']);
+
$scope.gridControls = {
setQuery : function() {
return {'copy_circ_lib_id' : egCore.auth.user().ws_ou()}