mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
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:
parent
c22c2f350d
commit
a646ac519b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user