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
43294997
Commit
43294997
authored
Jul 31, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 160204 - search/knob.html.tmpl: script type missing, space missing
Patch by burnus@gmx.de (Tobias Burnus), r=bbaetz x2
parent
ff8c2c11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
knob.html.tmpl
template/en/default/search/knob.html.tmpl
+3
-3
No files found.
template/en/default/search/knob.html.tmpl
View file @
43294997
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
[% IF NOT userid %]
[% IF NOT userid %]
<input type="hidden" name="cmdtype" value="doit">
<input type="hidden" name="cmdtype" value="doit">
[% ELSE %]
[% ELSE %]
<script> <!--
<script
type="text/javascript"
> <!--
function remCheckboxChanged() {
function remCheckboxChanged() {
if (document.queryform.remember.checked == true) {
if (document.queryform.remember.checked == true) {
document.queryform.remtype[0].disabled = false;
document.queryform.remtype[0].disabled = false;
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<table>
<table>
<tr>
<tr>
<td>
<td>
<input type="radio"id="cmdtype-doit"
<input type="radio"
id="cmdtype-doit"
name="cmdtype" value="doit" checked="checked">
name="cmdtype" value="doit" checked="checked">
<label for="cmdtype-doit">Run this search</label>
<label for="cmdtype-doit">Run this search</label>
</td>
</td>
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
</tr>
</tr>
</table>
</table>
<script> <!--
<script
type="text/javascript"
> <!--
remCheckboxChanged();
remCheckboxChanged();
remTypeChanged();
remTypeChanged();
// -->
// -->
...
...
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