From: Bill Erickson Date: Thu, 3 Jul 2014 21:02:53 +0000 (-0400) Subject: patron holds / mark damaged / missing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=da5989f32c15eafede31a7e91886bb1c5dd72424;p=working%2FEvergreen.git patron holds / mark damaged / missing Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 index f720a4f0db..e30fd4d585 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 @@ -37,6 +37,10 @@ label="[% l('Un-Set Top of Queue') %]"> + + diff --git a/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 b/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 index 195d502275..316e64a8f3 100644 --- a/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/circ_strings.tt2 @@ -24,6 +24,7 @@ s.LOCATION_ALERT_MSG = '[% l("Item [_1] needs to be routed to [_2]", "{{copy.barcode()}}","{{copy.location().name()}}") %]'; s.MARK_DAMAGED_CONFIRM = '[% l("Mark {{num_items}} items as DAMAGED?") %]'; +s.MARK_MISSING_CONFIRM = '[% l("Mark {{num_items}} items as MISSING?") %]'; s.ABORT_TRANSIT_CONFIRM = '[% l("Abort {{num_transits}} transits?") %]'; s.ROUTE_TO_HOLDS_SHELF = '[% l("Holds Shelf") %]'; s.ROUTE_TO_CATALOGING = '[% l("Cataloging") %]'; diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_copy_quality_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_copy_quality_dialog.tt2 index c19364636b..19aa885ddd 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_hold_copy_quality_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_hold_copy_quality_dialog.tt2 @@ -1,24 +1,24 @@ -