LP1797934: Simplify header labels
authorRemington Steed <rjs7@calvin.edu>
Wed, 20 Feb 2019 22:08:38 +0000 (17:08 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 20 Feb 2019 22:58:25 +0000 (17:58 -0500)
Since the patron is already on the "Reservations" tab in their account,
it seems unnecessary to use the word "Reservations" in the header
labels. Also, simpler labels will make translations easier, since "Start
time" and "End time" are already used in other Bookings interfaces.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/myopac/reservations.tt2

index d134246..ff995fc 100644 (file)
@@ -8,8 +8,8 @@
     <table id="acct_reservations_main_header" class="table_no_border_space table_no_cell_pad item_list_padding">
         <tr>
             <th scope="col">[% l('Resource type') %]</th>
-            <th scope="col">[% l('Reservation start time') %]</th>
-            <th scope="col">[% l('Reservation end time') %]</th>
+            <th scope="col">[% l('Start time') %]</th>
+            <th scope="col">[% l('End time') %]</th>
             <th scope="col">[% l('Pickup location') %]</th>
             <th scope="col">[% l('Status') %]</th>
         </tr>