Commit 14caebbf authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' panel…

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
parent ce1f58bd
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
<input type="checkbox" <input type="checkbox"
name="link_in_footer_[% q.id FILTER html %]" name="link_in_footer_[% q.id FILTER html %]"
value="1" value="1"
alt="[% q.name FILTER html %]"
[% " checked" IF q.link_in_footer %]> [% " checked" IF q.link_in_footer %]>
</td> </td>
<td> <td>
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
<input type="checkbox" <input type="checkbox"
name="link_in_footer_[% q.id FILTER html %]" name="link_in_footer_[% q.id FILTER html %]"
value="1" value="1"
alt="[% q.name FILTER html %]"
[% " checked" IF q.link_in_footer %]> [% " checked" IF q.link_in_footer %]>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment