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 573254 Details for
Bug 807438
Single word search always return a value even when there is no match
[?]
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]
improve message shown for none certs found
cvs.diff (text/plain), 2.17 KB, created by
Pengfei Xue
on 2012-03-28 07:29:17 UTC
(
hide
)
Description:
improve message shown for none certs found
Filename:
MIME Type:
Creator:
Pengfei Xue
Created:
2012-03-28 07:29:17 UTC
Size:
2.17 KB
patch
obsolete
>Index: list.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/list/list.html.tmpl,v >retrieving revision 1.11 >retrieving revision 1.11.20.1 >diff -u -r1.11 -r1.11.20.1 >--- list.html.tmpl 17 Apr 2009 01:23:50 -0000 1.11 >+++ list.html.tmpl 28 Mar 2012 07:16:09 -0000 1.11.20.1 >@@ -59,23 +59,28 @@ > <p> > <div id='hdr_list_nav'></div> > </p> >+[% IF bugs.size < 1 %] >+ <p>No results were found that matched your query.</p> > >-[%############################################################################%] >-[%# Cert Table #%] >-[%############################################################################%] >+[% ELSE %] > >-[% FLUSH %] >-[% PROCESS list/table.html.tmpl %] >- >-<p> >-<div id='list_nav'> >- <h2 class="accentLightWide"><span> >- [% total_count %] certifications found | >- [% IF showallurl %] <a href="list.cgi?[% showallurl %]">Show All</a>[% ELSE %] Show All[% END %] | >- [% IF prevoffseturl && showallurl %] <a href="list.cgi?[% prevoffseturl %]">Prev</a>[% ELSE %] Prev[% END %] | >- [% IF nextoffseturl && showallurl %] <a href="list.cgi?[% nextoffseturl %]">Next</a>[% ELSE %] Next[% END %] >- </span></h2> >-</div> >+ [%############################################################################%] >+ [%# Cert Table #%] >+ [%############################################################################%] >+ >+ [% FLUSH %] >+ [% PROCESS list/table.html.tmpl %] >+ >+ <p> >+ <div id='list_nav'> >+ <h2 class="accentLightWide"><span> >+ [% total_count %] certifications found | >+ [% IF showallurl %] <a href="list.cgi?[% showallurl %]">Show All</a>[% ELSE %] Show All[% END %] | >+ [% IF prevoffseturl && showallurl %] <a href="list.cgi?[% prevoffseturl %]">Prev</a>[% ELSE %] Prev[% END %] | >+ [% IF nextoffseturl && showallurl %] <a href="list.cgi?[% nextoffseturl %]">Next</a>[% ELSE %] Next[% END %] >+ </span></h2> >+ </div> >+[% END %] > > <script type="text/javascript"> > header_nav = document.getElementById("hdr_list_nav"); >
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 807438
:
573194
| 573254