summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 2e36eb9e3..02357e473 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -23,7 +23,7 @@
[% PROCESS "global/field-descs.none.tmpl" %]
-<script type="text/javascript">
+<script>
var first_load = true; [%# is this the first time we load the page? %]
var last_sel = new Array(); [%# caches last selection %]
@@ -142,7 +142,7 @@ TUI_hide_default('information_query');
type_selected = default.short_desc_type.0
accesskey = "s"
%]
- <script type="text/javascript"> <!--
+ <script> <!--
document.forms[queryform].short_desc.focus();
// -->
</script>
@@ -251,7 +251,7 @@ TUI_hide_default('information_query');
<div class="search_field_row">
<span class="field_label"><label for="bug_id">[% terms.Bugs %] numbered</label></span>
- <div id="bug_id_container" >
+ <div id="bug_id_container">
<input type="text" name="bug_id" id="bug_id"
value="[% default.bug_id.0 FILTER html %]" size="20">
<div class="field_help">(comma-separated list)</div>
@@ -356,10 +356,10 @@ TUI_hide_default('information_query');
[%# *** Bug Changes *** %]
<div class="bz_section_title" id="history_filter">
<div id="history_query_controller" class="arrow">&#9660;</div>
- <a href="javascript:TUI_toggle_class('history_query')" >Search By Change History</a>
+ <a href="javascript:TUI_toggle_class('history_query')">Search By Change History</a>
<span>Narrow results to how fields have changed during a specific time period</span>
</div>
-<ul class="bug_changes bz_search_section history_query" id="history_filter_section" >
+<ul class="bug_changes bz_search_section history_query" id="history_filter_section">
<li>
<label for="chfield">where ANY of the fields:</label>
[%# Create array, so we can sort it by description #%]
@@ -397,7 +397,7 @@ TUI_hide_default('information_query');
onclick="showCalendar('chfieldto')"><span>Calendar</span></button>
<div id="con_calendar_chfieldto"></div>
(YYYY-MM-DD or relative dates)
- <script type="text/javascript">
+ <script>
createCalendar('chfieldfrom');
createCalendar('chfieldto');
</script>