Judgment call. I think this just looks better.
authorsenator <lebbeous@esilibrary.com>
Tue, 15 Feb 2011 15:39:16 +0000 (10:39 -0500)
committersenator <lebbeous@esilibrary.com>
Tue, 15 Feb 2011 15:39:16 +0000 (10:39 -0500)
Open-ILS/web/templates/default/opac/myopac/main.tt2

index b6a53df..dd0d5cc 100644 (file)
@@ -34,7 +34,7 @@
                 [% money(ctx.fines.balance_owed) %]
             </span><br />
             <a class="hide_me" href="#" id="pay_fines_btn1"><img
-                alt="Pay Fines"
+                alt="[% l('Pay Fines') %]"
                 onmouseover="this.src='[% ctx.media_prefix %]/images/pay-fines-btn-hover.png';"
                 onmouseout="this.src='[% ctx.media_prefix %]/images/pay-fines-btn.png';"
                 src="[% ctx.media_prefix %]/images/pay-fines-btn.png"
                             <td>[% l("Due Date") %]</td>
                             <td>[% l("Date Returned") %]</td>
                             <td>[% l("Balance Owed") %]</td>
-                            <td align="center" nowrap="nowrap"
-                                style="white-space:nowrap;">
-                                <label for="pay_fines_box1">Pay Fines</label>
-                                <br />
+                            <td nowrap="nowrap" style="white-space:nowrap;">
                                 <input id="pay_fines_box1" checked="checked"
                                     type="checkbox"
-                                    title="Click to (un)select all fines" />
+                                    title="[% l('Click to (un)select all fines') %]" />
+                                <label for="pay_fines_box1">[% l('Pay Fines') %]</label>
                             </td>
                         </tr>
                     </thead>
                                     [% money(f.xact.balance_owed) %]
                                 </strong>
                             </td>
-                            <td align="center">
+                            <td>
                                 <input type="checkbox" checked="checked"
                                     name="selector"
                                     title="[% l('Pay this fine') %]" />
                             <td width='16%'>[% l("Billing Type") %]</td>
                             <td width='4%' align="center" nowrap="nowrap"
                                 style="white-space:nowrap;">
-                                <label for="pay_fines_box2">[% l("Pay Fines") %]</label>
-                                <br />
                                 <input id="pay_fines_box2" checked="checked"
                                     type="checkbox"
                                     title="[% l('Click to (un)select all fines') %]" />
+                                <label for="pay_fines_box2">[% l("Pay Fines") %]</label>
                             </td>
                         </tr>
                     </thead>
                                 </strong>
                             </td>
                             <td>[% f.xact.last_billing_type %]</td>
-                            <td align="center">
+                            <td>
                                 <input type="checkbox" name='selector'
                                     title='[% l("Pay this fine") %]'
                                     checked="checked" />
                 </table>
             </div>
             [% END %]
-            <a href="#"><img alt="Pay Fines"
+            <a href="#"><img alt="[% l('Pay Fines') %]"
                 onmouseover="this.src='[% ctx.media_prefix %]/images/pay-fines-btn-hover.png';"
                 src="[% ctx.media_prefix %]/images/pay-fines-btn.png"
                 style="position:relative;top:5px;" /></a>