Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' panel - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin a=justdave

This commit is contained in:
lpsolit%gmail.com 2006-10-19 19:26:08 +00:00
parent c22c2f350d
commit a646ac519b

View File

@ -103,6 +103,7 @@
<input type="checkbox"
name="link_in_footer_[% q.id FILTER html %]"
value="1"
alt="[% q.name FILTER html %]"
[% " checked" IF q.link_in_footer %]>
</td>
<td>
@ -158,6 +159,7 @@
<input type="checkbox"
name="link_in_footer_[% q.id FILTER html %]"
value="1"
alt="[% q.name FILTER html %]"
[% " checked" IF q.link_in_footer %]>
</td>
</tr>