Bug 453021
| Summary: | search box in header of hardware.redhat.com needs to be replaced | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Tushar Gandotra <tgandotr> | ||||||
| Component: | Hardware Catalog | Assignee: | eric_liu <efeng> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Yu Shao <yshao> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5 | CC: | bxu, rlandry, vlaad, xiqin, xisun, ykun, yshao | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| URL: | https://hardware.redhat.com | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 3.2rh-20080801.1 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-08-04 17:56:59 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Tushar Gandotra
2008-06-26 18:25:47 UTC
Patch Improve for patching operation: diff -Nur hwcert_cvs/template/en/default/global/banner.html.tmpl hwcert/template/en/default/global/banner.html.tmpl --- hwcert_cvs/template/en/default/global/banner.html.tmpl 2007-07-17 02:24:19.000000000 +0800 +++ hwcert/template/en/default/global/banner.html.tmpl 2008-06-27 16:59:19.000000000 +0800 @@ -46,12 +46,17 @@ <div id="header"> <a href="http://www.redhat.com/" title="Red Hat home page"><img src="images/g/chrome/logo_rh_home.png" alt="Red Hat Home" width="96" height="31" id="rhLogo" /></a> -<form action="http://www.redhat.com/apps/search/results.html" method="get" id="search"> -<div> -<input type="hidden" name="search:source" value="google:redhat" /><input type="text" name="search:query_cb" size="15" id="search_enter" /> <input type="submit" id="submit" value="Search" /> -</div> - -</form> +<!-- The Up-to-date Search_link --> +<form id="search.form" method="get" action="http://www.redhat.com/search"> + <div> + <input type="hidden" name="site" value="redhat" /> + <input type="text" name="q" value="" size="15" /> + <input type="submit" value="Search" /> + </div> + <div> + <input type="hidden" name="asp_charset" value="ISO-8859-1" /> + </div> +</form> </div><!-- end header --> Created attachment 310420 [details]
The search_patch
Eric, ping nicho for patch review and if he agrees please work with him to check the patch into CVS. I have discussed with nicho, and He will review it and then check it into cvs , Thank you nicho :) Patch has been deployed on http://bugdev.devel.redhat.com/hwcert-eric1/ If test well, will check in. Patch has been checked into cvs. Thanks, Nicho Sun :) tested and run good |