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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
17791133
Commit
17791133
authored
Jul 27, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 159565 - fix hash initialisation error caused by my duff patch for…
Bug 159565 - fix hash initialisation error caused by my duff patch for accesskeys. Patch by burnus; 2xr=gerv.
parent
ece9155e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
form.html.tmpl
template/en/default/search/form.html.tmpl
+8
-8
No files found.
template/en/default/search/form.html.tmpl
View file @
17791133
...
...
@@ -491,17 +491,17 @@ function selectProduct(f) {
size => 7,
accesskey => 'r' } %]
[% PROCESS select sel = { name => 'bug_severity',
size => 7
}
accesskey => 'e' %]
size => 7
,
accesskey => 'e'
}
%]
[% PROCESS select sel = { name => 'priority',
size => 7
}
accesskey => 'i' %]
size => 7
,
accesskey => 'i'
}
%]
[% PROCESS select sel = { name => 'rep_platform',
size => 7
}
accesskey => 'h' %]
size => 7
,
accesskey => 'h'
}
%]
[% PROCESS select sel = { name => 'op_sys',
size => 7
}
accesskey => 'o' %]
size => 7
,
accesskey => 'o'
}
%]
</tr>
</table>
...
...
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