TPAC - Remove images from login help page
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 21 Dec 2012 21:10:09 +0000 (16:10 -0500)
committerDan Scott <dan@coffeecode.net>
Sun, 20 Jan 2013 12:20:13 +0000 (07:20 -0500)
Because images are hard to translate.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/src/templates/opac/parts/login/help.tt2
Open-ILS/web/images/faqs-btn.png [deleted file]
Open-ILS/web/images/questions.png [deleted file]

index 16db31f..470f8f4 100644 (file)
@@ -1,12 +1,14 @@
 <td class="login_boxes right_brain" align="center" valign="top" width="291">
 
-    <a href="http://example.com"><img 
-        src="[% ctx.media_prefix %]/images/questions.png" alt="[% l('Questions?') %]" style="margin-top:29px;" /></a>
+    <div style="padding: 25px; font-size: 1.5em;">
+        <a href="http://example.com" class="opac-button">[% l('Questions?') %]</a>
+    </div>
 
     <div style="width:182px;color:black;padding:5px 25px;">
         [% l('Visit our FAQs section for answers to common questions about how to use your account.') %]
     </div>
 
-    <a href="http://example.com"><img
-        alt="[% l('FAQs') %]" src="[% ctx.media_prefix %]/images/faqs-btn.png" style="margin-top:13px;" /></a>
+    <div style="padding: 25px; font-size: 1.5em;">
+        <a href="http://example.com" class="opac-button">[% l('FAQs') %]</a>
+    </div>
 </td>
diff --git a/Open-ILS/web/images/faqs-btn.png b/Open-ILS/web/images/faqs-btn.png
deleted file mode 100644 (file)
index 38134ec..0000000
Binary files a/Open-ILS/web/images/faqs-btn.png and /dev/null differ
diff --git a/Open-ILS/web/images/questions.png b/Open-ILS/web/images/questions.png
deleted file mode 100644 (file)
index 9be69b2..0000000
Binary files a/Open-ILS/web/images/questions.png and /dev/null differ