Select all fines for CC payment by default
authorBill Erickson <berick@esilibrary.com>
Wed, 8 Jun 2011 16:46:51 +0000 (12:46 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 8 Jun 2011 16:46:51 +0000 (12:46 -0400)
Open-ILS/web/templates/default/opac/myopac/main.tt2

index 71382e7..674e097 100644 (file)
@@ -77,8 +77,8 @@
                         </strong>
                     </td>
                     <td>
-                        <input type="checkbox" title="[% l('Pay this fine') %]"
-                            name="xact" value="[% f.xact.id %]" />
+                        <input type="checkbox" checked="checked" 
+                            title="[% l('Pay this fine') %]" name="xact" value="[% f.xact.id %]" />
                     </td>
                 </tr>
                 [% END %]