From 51dfb7937eea4b6b1d056618cd8420468284d089 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 2 May 2016 10:32:39 -0400 Subject: [PATCH] JBAS-1324 Minor UI repairs; w3 lang images Signed-off-by: Bill Erickson --- KCLS/openils/var/templates_kcls/opac/register.tt2 | 32 ++++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/KCLS/openils/var/templates_kcls/opac/register.tt2 b/KCLS/openils/var/templates_kcls/opac/register.tt2 index c3f7cd918a..cf56cb70d5 100644 --- a/KCLS/openils/var/templates_kcls/opac/register.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/register.tt2 @@ -146,6 +146,11 @@ END; # input_field() text-decoration: none; font-weight: 600; } +.blue-link, .blue-link:visited { + color: #41bee8; + text-decoration: none; + font-weight: 600; +} @@ -165,9 +170,9 @@ END; # input_field() Parents/guardians can assist with proof of address for full activation for applicants under 18. Find a list of the documents you may use to provide proof of address on our - - downloadable application - . + + downloadable application.

[% IF ctx.register.success %] @@ -520,53 +525,54 @@ END; # input_field()

- Related FAQs + Related FAQs

Download an Application

[% app_url = 'https://w3.kcls.org/PDF/applications'; - text_img_url = 'https://www.kcls.org/includes/usingthelibrary/images'; + text_img_url = 'https://w3.kcls.org/cardimages'; langs = [ { label => 'English', pdf => 'ENG%20KCLS%20600%20Library%20Card%20Application.pdf'}, { label => 'Arabic', pdf => 'ARABIC%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'arabic_diacritics.gif' + img => 'Arabic_diacritics.gif' img_width => 79, img_height => 20}, { label => 'Chinese', pdf => 'CHINESE%20KCLS%20600%20Library%20Card%20Application.pdf', img => 'cantonese.gif', - img2 => 'mandarin.gif', + img2 => 'Mandarin.gif', img_width => 66, img_height => 22, img2_width => 47, img2_height => 24}, { label => 'French', pdf => 'FRENCH%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'french.gif', + img => 'French.gif', img_width => 61, img_height => 19}, { label => 'Korean', pdf => 'KOREAN%20KCLS%20600%20Library%20Card%20Application.pdf'}, { label => 'Russian', pdf => 'RUSSIAN%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'russian.gif', + img => 'Russian.gif', img_width => 61, img_height => 19}, { label => 'Somali', pdf => 'SOMALI%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'somali.gif', + img => 'Somali.gif', img_width => 81, img_height => 17}, { label => 'Spanish', pdf => 'SPANISH%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'spanish.gif', + img => 'Spanish.gif', img_width => 61, img_height => 19}, { label => 'Vietnamese', pdf => 'VIETNAMESE%20KCLS%20600%20Library%20Card%20Application.pdf', - img => 'vietnamese.gif', + img => 'Vietnamese.gif', img_width => 81, img_height => 20}, { label => 'English (Large Print)', @@ -598,7 +604,7 @@ END; # input_field() [% END %] [% END %]
  • - You'll need Adobe Reader. + You'll need Adobe Reader

  • -- 2.11.0