Bug 5917 : Fixing a bug in the results page

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Chris Cormack 2011-04-14 09:17:50 +12:00
parent 1d3273595c
commit 2fb5b73e6b

View file

@ -318,12 +318,12 @@ YAHOO.util.Event.onContentReady("searchheader", function () {
<label for="scan-index">Indexed in:</label>
<select name="idx" id="scan-index">
<option value="">Any Word</option>
<option <!-- TMPL_IF NAME="ms_any,phr" --> selected="selected" [% END %] value="any,phr">Any Phrase</option>
<option [% IF (ms_anycommaphr) %] selected="selected" [% END %] value="any,phr">Any Phrase</option>
<option [% IF ( ms_ti ) %] selected="selected" [% END %] value="ti">Title</option>
<option <!-- TMPL_IF NAME="ms_ti,phr" --> selected="selected" [% END %] value="ti,phr">Title Phrase</option>
<option <!-- TMPL_IF NAME="ms_au,phr" --> selected="selected" [% END %] value="au,phr">Author</option>
<option [% IF (ms_ticommaphr) %] selected="selected" [% END %] value="ti,phr">Title Phrase</option>
<option [% IF (ms_aucommaphr) %] selected="selected" [% END %] value="au,phr">Author</option>
<option [% IF ( ms_su ) %] selected="selected" [% END %] value="su">Subject</option>
<option <!-- TMPL_IF NAME="ms_su,phr" --> selected="selected" [% END %] value="su,phr">Subject Phrase</option>
<option [% IF (ms_sucommaphr) %] selected="selected" [% END %] value="su,phr">Subject Phrase</option>
<option [% IF ( ms_se ) %] selected="selected" [% END %] value="se">Series</option>
<option [% IF ( ms_pb ) %] selected="selected" [% END %] value="pb">Publisher</option>
<option [% IF ( ms_nt ) %] selected="selected" [% END %] value="nt">Notes</option>