From 6e7be959d3d2435b52f649a73d0946f2e4a744ed Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 26 Aug 2016 11:56:41 -0400 Subject: [PATCH] adjust labelling - The action buttons for acknowledging a temporary copy alert now use "Clear" - Menu items for bringing up the copy alerts dialog now uniformly use "Manage Copy Alerts" Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 | 2 +- Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 | 2 +- Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 2 +- Open-ILS/src/templates/staff/circ/renew/t_renew.tt2 | 2 +- Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 index 1e985801b0..1f82fd55c0 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -83,7 +83,7 @@ + label="[% l('Manage Copy Alerts') %]"> diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 index 043a5eadba..f18233fca2 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_copy_alerts.tt2 @@ -71,7 +71,7 @@
diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 index c0ade10fa7..dc938fd59f 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 @@ -37,7 +37,7 @@ + label="[% l('Manage Copy Alerts') %]"> diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index 2603e8c614..bed2328fec 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -71,7 +71,7 @@ + label="[% l('Manage Copy Alerts') %]"> + label="[% l('Manage Copy Alerts') %]"> diff --git a/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 b/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 index ed28d85b03..39d3d58a0c 100644 --- a/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 +++ b/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 @@ -15,7 +15,7 @@
+ ng-click="alert.acked = !alert.acked" >[% l('Clear') %] -- 2.11.0