summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/table.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-10-01 07:43:57 +0200
committerjocuri%softhome.net <>2004-10-01 07:43:57 +0200
commite23f186ee5534398e868fa0ba1b4382aded22f10 (patch)
tree97afa37b60b46e45085ab06eb69bcb1a71c7186d /template/en/default/list/table.html.tmpl
parentf517c1957c28445f477381e70f0d3a3f3a594061 (diff)
downloadbugzilla-e23f186ee5534398e868fa0ba1b4382aded22f10.tar.gz
bugzilla-e23f186ee5534398e868fa0ba1b4382aded22f10.tar.xz
Patch for bug 261210: adapt bz_secure CSS for text based browsers; patch by Jason Pyeron <jpyeron@pyerotechnics.com>; r=myk, a=myk.
Diffstat (limited to 'template/en/default/list/table.html.tmpl')
-rw-r--r--template/en/default/list/table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 98db7ec52..b9415ae9f 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -165,6 +165,7 @@
[% 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 %]
@@ -193,4 +194,3 @@
[% END %]
[% END %]
-