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 311676 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]
Patch Fix:
create.patch (text/plain), 1.14 KB, created by
XINSUN
on 2008-07-14 02:46:44 UTC
(
hide
)
Description:
Patch Fix:
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-07-14 02:46:44 UTC
Size:
1.14 KB
patch
obsolete
>Index: template/en/default/bug/create/create.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/create/create.html.tmpl,v >retrieving revision 1.13 >diff -u -r1.13 create.html.tmpl >--- template/en/default/bug/create/create.html.tmpl 23 Jul 2007 17:04:22 -0000 1.13 >+++ template/en/default/bug/create/create.html.tmpl 14 Jul 2008 02:30:42 -0000 >@@ -28,7 +28,17 @@ > %] > [% USE Bugzilla %] > >-<form method="post" action="post.cgi" enctype="multipart/form-data"> >+<script type="text/javascript" language="JavaScript"> >+function formCheck() { >+ if (document.createform.bug_file_loc.value=="" || document.createform.bug_file_loc.value=="http://") >+ { >+ alert("Please enter \"Product Page URL\" or mention \"N/A\". You may need to specify product specifications or attach product specification sheet in the request"); >+ return false; >+ } >+} >+</script> >+ >+<form name="createform" method="post" action="post.cgi" enctype="multipart/form-data" OnSubmit="return formCheck()"> > <input type="hidden" name="product" value="[% product FILTER html %]"> > > [% IF bug_status.size <= 1 %]
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