From: Kathy Lussier Date: Wed, 10 Aug 2016 15:48:17 +0000 (-0400) Subject: LP#1611815: Change 'Activate' column header to 'Active On' X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fkmlussier%2Flp1611815-active-on-not-activate;p=working%2FEvergreen.git 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 --- 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') %]