Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303546 Details for
Bug 406391
3.29: Private icon and groups list at top of bug report
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add secure icon to top of show_bug.cgi (v1)
secure_icon.patch (text/plain), 1.86 KB, created by
David Lawrence
on 2008-04-23 20:29:27 UTC
(
hide
)
Description:
Patch to add secure icon to top of show_bug.cgi (v1)
Filename:
MIME Type:
Creator:
David Lawrence
Created:
2008-04-23 20:29:27 UTC
Size:
1.86 KB
patch
obsolete
>Index: images/secure.gif >=================================================================== >RCS file: images/secure.gif >diff -N images/secure.gif >Binary files /dev/null and secure.gif differ >Index: skins/contrib/RedHat/buglist.css >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/skins/contrib/RedHat/buglist.css,v >retrieving revision 1.1 >diff -u -r1.1 buglist.css >--- skins/contrib/RedHat/buglist.css 13 Feb 2008 16:52:50 -0000 1.1 >+++ skins/contrib/RedHat/buglist.css 23 Apr 2008 20:27:13 -0000 >@@ -23,3 +23,12 @@ > background-color: #ccccff; > cursor: pointer; > } >+ >+/* we use a first-child class and not the pseudo-class because IE >+ * * doesn't support it :-( */ >+tr.bz_secure td.first-child { >+ background-image: url("../../../images/secure.gif"); >+ background-position: center left; >+ background-repeat: no-repeat; >+ background-color: inherit; >+} >Index: template/en/default/bug/edit.html.tmpl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/template/en/default/bug/edit.html.tmpl,v >retrieving revision 1.27 >diff -u -r1.27 edit.html.tmpl >--- template/en/default/bug/edit.html.tmpl 21 Apr 2008 03:23:22 -0000 1.27 >+++ template/en/default/bug/edit.html.tmpl 23 Apr 2008 20:27:14 -0000 >@@ -299,6 +299,18 @@ > [% BLOCK section_title %] > [%# That's the main table, which contains all editable fields. %] > <div class="bz_alias_short_desc_container"> >+ >+ [% is_private = 0 %] >+ [% FOREACH g = bug.groups %] >+ [% IF g.ison %] >+ [% is_private = 1 %] >+ [% LAST %] >+ [% END %] >+ [% END %] >+ >+ [% IF is_private %] >+ <img src="[% urlbase %]images/secure.gif" alt="[Private]" title="Private [% terms.Bug %]"/> >+ [% END %] > > [% IF Param('useclassification') && bug.classification_id != 1 %] > <b>[[% bug.classification FILTER html %]]</b>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dkl
: review? (
kbaker
)
nelhawar
: review+
dkl
: review? (
tfu
)
Actions:
View
|
Diff
Attachments on
bug 406391
: 303546