PINES Customization: Self-check - add note about online catalog
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 May 2017 21:21:32 +0000 (17:21 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Tue, 23 May 2017 21:21:32 +0000 (17:21 -0400)
Added note to screen referring people to online catalog if they
wish to perform functions not available in self-check such as
paying fines and handling renewals.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/circ/selfcheck/summary.tt2

index 7b1487c..d7072b7 100644 (file)
             <span><a href='javascript:void(0);' id='oils-selfck-view-fines-link'><button type="button" class="self-button">[% l('View Details') %]</button></a></span>
         </div>
     </fieldset>
+    <!-- PINES Customization -->
+    <fieldset>
+        <legend>[% l('My Account') %]</legend>
+        <div>Log in to the online catalog (gapines.org) to renew items, manage holds, or pay fines. 
+        <i>(Online fine payment not offered by all libraries.)</i></div>
+    </fieldset>
 </div>