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 312312 Details for
Bug 194029
Providing alert message in Hardware Certification Interface
[?]
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]
The correct patch for review. pls ignore the patch which attach_id is "312311"
error_messages.patch (text/plain), 1.30 KB, created by
XINSUN
on 2008-07-22 07:15:24 UTC
(
hide
)
Description:
The correct patch for review. pls ignore the patch which attach_id is "312311"
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-07-22 07:15:24 UTC
Size:
1.30 KB
patch
obsolete
>Index: template/en/default/bug/create/post_verify.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/create/post_verify.html.tmpl,v >retrieving revision 1.12 >diff -u -r1.12 post_verify.html.tmpl >--- template/en/default/bug/create/post_verify.html.tmpl 21 Jul 2008 06:11:05 -0000 1.12 >+++ template/en/default/bug/create/post_verify.html.tmpl 22 Jul 2008 07:03:46 -0000 >@@ -97,6 +97,8 @@ > <td> > [% IF bug_file_loc %] > <a href="[% bug_file_loc FILTER html %]">[% bug_file_loc FILTER html %]</a> >+ [% ELSE %] >+ <font class="rednote">No URL has been provided</font> > [% END %] > </td> > </tr> >@@ -121,13 +123,21 @@ > Make > </th> > <td> >- [% status_whiteboard FILTER html %] >+ [% IF status_whiteboard != 'Provided by Package' %] >+ [% status_whiteboard FILTER html %] >+ [% ELSE %] >+ <font class="rednote">Make hasn't been provided</font> >+ [% END %] > </td> > <th> > Model > </th> > <td> >- [% cf_qa_whiteboard FILTER html %] >+ [% IF cf_qa_whiteboard != 'Provided by Package' %] >+ [% cf_qa_whiteboard FILTER html %] >+ [% ELSE %] >+ <font class="rednote">Model hasn't been provided</font> >+ [% END %] > </td> > </tr> >
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
Actions:
View
|
Diff
Attachments on
bug 194029
:
311676
|
312013
|
312014
|
312029
|
312311
|
312312
|
312313
|
312364
|
312382
|
312412