diff options
author | lpsolit%gmail.com <> | 2006-10-20 04:26:08 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-20 04:26:08 +0200 |
commit | 14caebbf073d88adea0a29451be7c6e75f871495 (patch) | |
tree | 689afffca5709ac240fb3af39c8c730bd6230e4b /template/en/default | |
parent | ce1f58bdbcd2c3dc4faa6b07863ac4636c1a0566 (diff) | |
download | bugzilla-14caebbf073d88adea0a29451be7c6e75f871495.tar.gz bugzilla-14caebbf073d88adea0a29451be7c6e75f871495.tar.xz |
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
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 16ec67876..0e2fdfba1 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -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> |