]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 355888: Add the 'alt' attribute to checkboxes in the 'Saved Searches' panel ...
authorlpsolit%gmail.com <>
Fri, 20 Oct 2006 02:26:08 +0000 (02:26 +0000)
committerlpsolit%gmail.com <>
Fri, 20 Oct 2006 02:26:08 +0000 (02:26 +0000)
template/en/default/account/prefs/saved-searches.html.tmpl

index 16ec678760a917745a26550cf6d28b08bbff3846..0e2fdfba18245da61f82eef51bcff97908b49b26 100644 (file)
           <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>
           <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>