Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
56805d60
Commit
56805d60
authored
Apr 17, 2004
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 155502: focus the summary field when loading the search/query pages
Patch by kiko, r=gerv, a=justdave
parent
ec1cd335
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
form.html.tmpl
template/en/default/search/form.html.tmpl
+4
-0
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+5
-1
No files found.
template/en/default/search/form.html.tmpl
View file @
56805d60
...
...
@@ -350,6 +350,10 @@ function selectProduct(f) {
<td>
<input name="short_desc" size="40" accesskey="s"
value="[% default.short_desc.0 FILTER html %]">
<script language="JavaScript" type="text/javascript"> <!--
document.forms['queryform'].short_desc.focus();
// -->
</script>
</td>
<td>
[% IF button_name %]
...
...
template/en/default/search/search-specific.html.tmpl
View file @
56805d60
...
...
@@ -48,7 +48,7 @@ For example, if the [% terms.bug %] you are looking for is a browser crash when
for "crash secure SSL flash".
</p>
<form method="get" action="buglist.cgi">
<form
name="queryform"
method="get" action="buglist.cgi">
<input type="hidden" name="query_format" value="specific">
<input type="hidden" name="order" value="relevance desc">
...
...
@@ -90,6 +90,10 @@ for "crash secure SSL flash".
<td>
<input name="content" size="40"
value="[% default.content.0 FILTER html %]">
<script language="JavaScript" type="text/javascript"> <!--
document.forms['queryform'].content.focus();
// -->
</script>
</td>
</tr>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment