[% IF serial_holdings -%]
<th scope='col' style="vertical-align:top;">[% l("Issue Label") %]</th>
[%- ELSE -%]
- <th scope='col' style="vertical-align:top;">[% l("Library System: Library Branch Name") %]<br/>
- <div style="font-style:italic;font-weight:normal;padding-left:10px;"><a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank">Find your nearest library</a></div></th>
+ <th scope='col' style="vertical-align:top;">[% l("Library System: Library Branch Name") %]<a href="#" title="" data-toggle="tooltip" data-original-title="Click a library name on the list below to see that library's location and hours."><i class="fas fa-question-circle" aria-hidden="true"></i></a><br/>
+ <div style="font-style:italic;font-weight:normal;padding-left:10px;"><a href="http://pines.georgialibraries.org/pinesLocator/locator.html" target="_blank">Find your nearest library</a><a href="#" title="" data-toggle="tooltip" data-original-title="Use this library map to identify which libraries are close to you."><i class="fas fa-question-circle" aria-hidden="true"></i></a></div></th>
[%- END %]
- <th scope='col' style="vertical-align:top;">[% l("Call Number / Copy Notes") %]</th>
+ <th scope='col' style="vertical-align:top;">[% l("Call Number / Copy Notes") %]<a href="#" title="" data-toggle="tooltip" data-original-title="Use the call number to locate the item on the shelf."><i class="fas fa-question-circle" aria-hidden="true"></i></a></th>
[%- IF has_parts == 'true' %]
<th scope='col' style="vertical-align:top;">[% l("Part") %]</th>
[%- END %]
<th scope='col' style="vertical-align:top;">[% l("Barcode") %]</th>
- <th scope='col' style="vertical-align:top;">[% l("Shelving Location") %]</th>
+ <th scope='col' style="vertical-align:top;">[% l("Shelving Location") %]<a href="#" title="" data-toggle="tooltip" data-original-title="The shelving location is the part of the library where the item is located."><i class="fas fa-question-circle" aria-hidden="true"></i></a></th>
[%- IF ctx.is_staff %]
<th scope='col' style="vertical-align:top;">[% l("Circulation Modifier") %]</th>
<th scope='col' style="vertical-align:top;">[% l("Age Hold Protection") %]</th>
<td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc')
OR ctx.aou_tree.id, 'sms.enable') == 1 %]<br/><i><a href="[% mkurl(ctx.opac_root _ '/sms_cn',
- {copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">[% l('Send Call Number in Text Message') %]</a></i>[% END %]</td>
+ {copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">[% l('Send Text') %]</a></i><a href="#" title="" data-toggle="tooltip" data-original-title="Send this call number to yourself as an SMS text message."><i class="fas fa-question-circle" aria-hidden="true"></i></a>[% END %]</td>
[% IF copy_info.notes; %]
[% FOREACH note IN copy_info.notes; %]