diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-20 16:21:25 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-20 16:21:25 +0100 |
commit | b9022b0d22f4f20815dfc946fd784a0db64fdc3c (patch) | |
tree | 5e4e82b5e73b5fff872dc6b66a3586e4ecea7c4f /template/en/default | |
parent | 98e6bcc7940e86af7267c6a993afca221221809f (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 4 |
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 %] |