From 0dbbfc2bd0f831fdcdd35af9d0ead653bed645cf Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 4 Oct 2011 10:53:48 -0400 Subject: [PATCH] Remove the hard coded text over images in TTPac Removed the images for Questions and FAQ's and replaced them with i18n friendly opac-button's. Signed-off-by: Michael Peters --- Open-ILS/src/templates/opac/parts/login/help.tt2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/login/help.tt2 b/Open-ILS/src/templates/opac/parts/login/help.tt2 index 16db31fe7e..2debed9578 100644 --- a/Open-ILS/src/templates/opac/parts/login/help.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/help.tt2 @@ -1,12 +1,12 @@ - [% l('Questions?') %] +
Questions?
-
+
[% l('Visit our FAQs section for answers to common questions about how to use your account.') %]
- [% l('FAQs') %] + +
FAQs
+ -- 2.11.0