LP#1611815: Change 'Activate' column header to 'Active On' user/kmlussier/lp1611815-active-on-not-activate
authorKathy Lussier <klussier@masslnc.org>
Wed, 10 Aug 2016 15:48:17 +0000 (11:48 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 19 Aug 2016 14:50:47 +0000 (10:50 -0400)
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 <klussier@masslnc.org>
Open-ILS/src/templates/opac/myopac/hold_history.tt2
Open-ILS/src/templates/opac/myopac/holds.tt2

index 9aae602..db20d64 100644 (file)
@@ -60,7 +60,7 @@
                     <td><span>[% l('Author') %]</span></td>
                     <td> <span>[% l('Format') %]</span></td>
                     <td><span>[% l('Pickup Location') %]</span> </td>
-                    <td>[% l('Activate') %]</td>
+                    <td>[% l('Active On') %]</td>
                     <td>[% l('Active') %]</td>
                     <td>[% l('Date Fulfilled') %]</td>
                     <td><span>[% l('Status') %]</span></td>
index 68f9b4e..4532e98 100644 (file)
                 <th>[% sort_head("author", l('Author')) %]</th>
                 <th>[% sort_head("format", l('Format')) %]</th>
                 <th>[% l('Pickup Location') %]</th>
-                <th>[% l('Activate') %]</th>
+                <th>[% l('Active On') %]</th>
                 <th>[% l('Cancel if not filled by') %]</th>
                 <th>[% l('Active') %]</th>
                 <th>[% l('Status') %]</th>