JBAS-1665 Kiosk defaults to pickup at lib
authorBill Erickson <berickxx@gmail.com>
Wed, 25 Jan 2017 17:47:51 +0000 (09:47 -0800)
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 e2094aa..8efe776 100644 (file)
@@ -331,14 +331,14 @@ END; # input_field()
             <ul>
               <li>
                 <input type='radio' name='stgu.delivery_method' 
-                  value='Mail' checked='checked'/>
+                  value='Mail' [% IF !kiosk %]checked='checked'[% END %]/>
                 <label>Mail to me 
                   <span style='font-size:85%'>(Delivered within 1-2 weeks)</span>
                 </label>
               </li>
               <li>
                 <input type='radio' name='stgu.delivery_method' 
-                  value='Pick up'/>
+                  value='Pick up' [% IF kiosk %]checked='checked'[% END %]/>
                 <label>I will pick up at my home library</label>
               </li>
             </ul>