mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
- fix broken search by summary
This commit is contained in:
parent
7b145dd9ac
commit
3118d1e761
@ -1 +1 @@
|
||||
<input type="text" size="20" name="summary" value="[% IF defaults.summary!='' %][% defaults.summary %][% ELSE %]-Summary-[% END %]" onFocus="if(this.value=='-Summary-'){this.value = '';}">
|
||||
<input type="text" size="20" name="summary" value="-Summary-" onFocus="if(this.value=='-Summary-'){this.value = '';}">
|
||||
|
@ -1,6 +1,6 @@
|
||||
[% PROCESS global/selects.none.tmpl %]
|
||||
|
||||
<form name="search_results" method="get" action="search_results.cgi" onSubmit="if(this.test_id.value=='-Testcase ID#-'){this.test_id.value = '';}if(this.summary.value=='-Summary-'){this.summary.value = '';}">
|
||||
<form name="search_results" method="get" action="search_results.cgi" onSubmit="if(this.summary.value=='-Summary-'){this.summary.value = '';}">
|
||||
|
||||
<script>
|
||||
function init()
|
||||
|
Loading…
Reference in New Issue
Block a user