diff options
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> |