OPAC: More adjustments to OPAC pages
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 17 Nov 2020 17:48:08 +0000 (12:48 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:54:20 +0000 (14:54 -0500)
- Add help tips to record page copy table

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index 256c670..23e039a 100755 (executable)
@@ -87,15 +87,15 @@ IF has_copies or ctx.foreign_copies;
             [% 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>
@@ -161,7 +161,7 @@ END; # FOREACH bib
             <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; %]