In Bootstrap OPAC, add a star with help popup next to items that are
marked for age protection and are newer than 6 months.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
[%- END %]
<th scope='col'>[% l("Status") %]</th>
<th scope='col'>[% l("Due Date") %]</th>
+ <th scope='col' style="vertical-align:top;"> </th>
</tr>
</thead>
<tbody>
ELSE;
'-';
END %]</td>
+ <!-- PINES customization: Show alert if item is new -->
+ <td>[% IF copy_info.age_protect && copy_info.create_date < (date.now - 15552000); '<a href="#" title="" data-toggle="tooltip" data-original-title="This is a new item and may only be checked out locally."><i class="fas fa-star" style="color:orange;" aria-hidden="true"></i></a>'; END; %]
+ </td>
</tr>
[% IF copy_info.notes; %]