This change would display the copy active date in the OPAC. If we decide
to go forward with this customization, a local custom Spanish translation
string will also need to be added.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
[%- IF ctx.is_staff %]
<th scope='col'>[% l("Due Date") %]</th>
[%- END -%]
+ [%- IF !ctx.is_staff -%]
+ <th scope='col' style="text-align:left;vertical-align:top;">[% l("Date Added to PINES") %]</th>
+ [%- END -%]
</tr>
</thead>
<tbody class="copy_details_table">
'-';
END %]</td>
[%- END %]
- </tr>
+ [%- IF !ctx.is_staff -%]
+ <td valign="top" style="background-color:#fff;">
+ [%-
+ date.format(
+ ctx.parse_datetime(copy_info.active_date),
+ DATE_FORMAT
+ );
+ -%]
+ </td>
+ [%- END -%]
+ </tr>
[% IF copy_info.notes; %]
[% FOREACH note IN copy_info.notes; %]