summaryrefslogtreecommitdiffstats
path: root/template/en/default/request
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-02-20 16:21:25 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2010-02-20 16:21:25 +0100
commitb9022b0d22f4f20815dfc946fd784a0db64fdc3c (patch)
tree5e4e82b5e73b5fff872dc6b66a3586e4ecea7c4f /template/en/default/request
parent98e6bcc7940e86af7267c6a993afca221221809f (diff)
downloadbugzilla-b9022b0d22f4f20815dfc946fd784a0db64fdc3c.tar.gz
bugzilla-b9022b0d22f4f20815dfc946fd784a0db64fdc3c.tar.xz
Bug 373278: Add distinctive marking for security bugs in request.cgi
r=pyrzak a=LpSolit
Diffstat (limited to 'template/en/default/request')
-rw-r--r--template/en/default/request/queue.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index 98a331622..2d1769b96 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -31,6 +31,7 @@
"
onload="var f = document.request_form; selectProduct(f.product, f.component, null, null, 'Any');"
javascript_urls=["js/productform.js"]
+ style_urls = ['skins/standard/buglist.css']
%]
<script type="text/javascript">
@@ -214,7 +215,8 @@ to some group are shown by default.
[% END %]
[% BLOCK display_bug %]
- <a href="show_bug.cgi?id=[% request.bug_id %]">
+ <a href="show_bug.cgi?id=[% request.bug_id %]"
+ [%- ' class="bz_secure"' IF request.restricted %]>
[% request.bug_id %]: [%+ request.bug_summary FILTER html %]</a>
[% END %]