From e20ba79145dac549ff1f450dbab2023a21620998 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Wed, 10 Aug 2016 11:48:17 -0400 Subject: [PATCH] LP#1611815: Change 'Activate' column header to 'Active On' In My Account holds interfaces (current holds and holds history), the column header for the activation date of a suspended hold was 'Activate', which implies that an action can be performed on the hold. We changed the column header to 'Active On', which was the previous label used in the holds history interface. Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/myopac/hold_history.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/holds.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index 9aae602297..db20d64a1f 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -60,7 +60,7 @@ [% l('Author') %] [% l('Format') %] [% l('Pickup Location') %] - [% l('Activate') %] + [% l('Active On') %] [% l('Active') %] [% l('Date Fulfilled') %] [% l('Status') %] diff --git a/Open-ILS/src/templates/opac/myopac/holds.tt2 b/Open-ILS/src/templates/opac/myopac/holds.tt2 index 68f9b4edc4..4532e9801b 100644 --- a/Open-ILS/src/templates/opac/myopac/holds.tt2 +++ b/Open-ILS/src/templates/opac/myopac/holds.tt2 @@ -109,7 +109,7 @@ [% sort_head("author", l('Author')) %] [% sort_head("format", l('Format')) %] [% l('Pickup Location') %] - [% l('Activate') %] + [% l('Active On') %] [% l('Cancel if not filled by') %] [% l('Active') %] [% l('Status') %] -- 2.11.0