JBAS-1132 Card app success blurb fonts/spacing
authorBill Erickson <berickxx@gmail.com>
Wed, 13 Apr 2016 18:35:49 +0000 (14:35 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/openils/var/templates_kcls/opac/register.tt2

index 102531c..48e6530 100644 (file)
@@ -124,6 +124,8 @@ END; # input_field()
   background-color: #02729e;
   color: white;
 }
+.success-minus-1 { font-size: 95%; }
+.success-minus-2 { font-size: 90%; }
 </style>
 
     </head>
@@ -131,6 +133,30 @@ END; # input_field()
 
 [% ctx.register_header %]
 
+    <h2>[% l('Registration successful TESTING FONTS!') %]<h3>
+    <p class='success-minus-1'>
+      To fully activate your card you will need to visit a KCLS library
+      with proof of address and photo ID that shows your date of
+      birth. 
+      <br/>
+      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
+      <a href='https://w3.kcls.org/PDF/KCLS%20600%20ENG.pdf'>
+        downloadable application.
+      </a>
+    </p>
+    <br/>
+    <a href='/eg/opac/register'><button 
+      id='submit-another'>Submit Another Application</button></a>
+    <br/>
+    <br/>
+    <div class='success-minus-2'>
+      You will be automatically redirected to 
+      <a href="https://www.kcls.org">www.kcls.org</a>...
+    </div>
+
+
 <div id="content-wrapper">
   <div id="main-content-register">
 
@@ -138,10 +164,12 @@ END; # input_field()
 
   [% IF ctx.register.success %]
     <h2>[% l('Registration successful!') %]<h3>
-    <p>
+    <p class='success-minus-1'>
       To fully activate your card you will need to visit a KCLS library
       with proof of address and photo ID that shows your date of
-      birth. Parents/guardians can assist with proof of address for full
+      birth. 
+      <br/>
+      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
       <a href='https://w3.kcls.org/PDF/KCLS%20600%20ENG.pdf'>
@@ -153,7 +181,7 @@ END; # input_field()
       id='submit-another'>Submit Another Application</button></a>
     <br/>
     <br/>
-    <div>
+    <div class='success-minus-2'>
       You will be automatically redirected to 
       <a href="https://www.kcls.org">www.kcls.org</a>...
     </div>