From 31d4a3de83c12b4edb4d963c98a912b7a52a805a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 25 Oct 2016 10:50:32 -0400 Subject: [PATCH] disable Manage button in Alerts column when there are no alerts Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 | 2 +- Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 2 +- 3 files changed, 3 insertions(+), 3 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 7ef5f5fe86..c6bf4e07ae 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -124,7 +124,7 @@ {{item['copy_alert_count']}} - + diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index b239993ce6..5a5d5bedf8 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -132,7 +132,7 @@ {{item['copy_alert_count']}} - + 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 60e9cb1d13..52619e17aa 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -119,7 +119,7 @@ {{item['copy_alert_count']}} - + -- 2.11.0