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
ebea3d35
Commit
ebea3d35
authored
Jul 14, 2004
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 250892: Fix w3c validation errors on search-specific
parent
ac8796ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
search-specific.html.tmpl
template/en/default/search/search-specific.html.tmpl
+3
-3
No files found.
template/en/default/search/search-specific.html.tmpl
View file @
ebea3d35
...
@@ -58,7 +58,7 @@ for "crash secure SSL flash".
...
@@ -58,7 +58,7 @@ for "crash secure SSL flash".
<b><label for="bug_status">Status:</label></b>
<b><label for="bug_status">Status:</label></b>
</td>
</td>
<td>
<td>
<select name="bug_status">
<select name="bug_status"
id="bug_status"
>
[% FOREACH s = ['open', 'closed', 'all'] %]
[% FOREACH s = ['open', 'closed', 'all'] %]
<option value="__[% s %]__"
<option value="__[% s %]__"
[% " selected" IF default.bug_status.0 == "__${s}__" %]>
[% " selected" IF default.bug_status.0 == "__${s}__" %]>
...
@@ -73,7 +73,7 @@ for "crash secure SSL flash".
...
@@ -73,7 +73,7 @@ for "crash secure SSL flash".
<b><label for="product">Product:</label></b>
<b><label for="product">Product:</label></b>
</td>
</td>
<td>
<td>
<select name="product">
<select name="product"
id="product"
>
<option value="">All</option>
<option value="">All</option>
[% FOREACH p = product %]
[% FOREACH p = product %]
<option value="[% p.name FILTER html %]"
<option value="[% p.name FILTER html %]"
...
@@ -88,7 +88,7 @@ for "crash secure SSL flash".
...
@@ -88,7 +88,7 @@ for "crash secure SSL flash".
<b><label for="content">Words:</label></b>
<b><label for="content">Words:</label></b>
</td>
</td>
<td>
<td>
<input name="content" size="40"
<input name="content" size="40"
id="content"
value="[% default.content.0 FILTER html %]">
value="[% default.content.0 FILTER html %]">
<script language="JavaScript" type="text/javascript"> <!--
<script language="JavaScript" type="text/javascript"> <!--
document.forms['queryform'].content.focus();
document.forms['queryform'].content.focus();
...
...
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