adding PINES help links
authorChris Sharp <csharp@georgialibraries.org>
Wed, 20 Mar 2013 01:22:35 +0000 (21:22 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 30 May 2013 11:58:55 +0000 (07:58 -0400)
Conflicts:

Open-ILS/src/templates/opac/parts/login/help.tt2

Open-ILS/src/templates/opac/parts/login/help.tt2

index a59d291..b8d1d8e 100644 (file)
@@ -1,7 +1,8 @@
 <div class="login-help-box">
 
     <div class="login-help-button">
-        <a href="http://example.com" class="opac-button">[% l('Questions?') %]</a>
+    <a href="http://pines.georgialibraries.org/catalog-help"><img 
+        src="[% ctx.media_prefix %]/images/questions.png" alt="[% l('Questions?') %]" style="margin-top:29px;" /></a>    
     </div>
 
     <div>
 
     <div class="login-help-button">
         <div class="opac-multiline-button">
-        <a href="http://example.com">[% l('FAQs') %]</a>
+    <a href="http://pines.georgialibraries.org/pines-frequently-asked-questions"><img
+        alt="[% l('FAQs') %]" src="[% ctx.media_prefix %]/images/faqs-btn.png" style="margin-top:13px;" /></a> 
        </div>
     </div>
 
 </div>
+