]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 261210: adapt bz_secure CSS for text based browsers; patch by Jason...
authorjocuri%softhome.net <>
Fri, 1 Oct 2004 12:49:55 +0000 (12:49 +0000)
committerjocuri%softhome.net <>
Fri, 1 Oct 2004 12:49:55 +0000 (12:49 +0000)
template/en/default/list/table.html.tmpl

index 5a2cf841828b3b8d70ac3bdeac4bd7a42ead4512..d9663ccd72a1fef463cd21e6188f9eae8eaf029a 100644 (file)
     [% END %]
     <td class="first-child">
       <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
+      <span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
     </td>
 
     [% FOREACH column = displaycolumns %]
   [% END %]
 
 [% END %]
-