fix search form controls when sphinx is disabled

This commit is contained in:
Andrew Dolgov 2010-11-21 13:45:37 +03:00
parent d1bcacaeb9
commit a304240454

View file

@ -387,8 +387,9 @@
if (!SPHINX_ENABLE) {
print "<input onkeypress=\"return filterCR(event, search)\"
name=\"query\" size=\"20\" type=\"search\" value=''>";
print "<input dojoType=\"dijit.form.ValidationTextBox\"
style=\"font-size : 16px; width : 12em;\"
required=\"1\" name=\"query\" type=\"search\" value=''>";
print " " . __('match on')." ";
@ -397,7 +398,8 @@
"content" => __("Content"),
"both" => __("Title or content"));
print_select_hash("match_on", 3, $search_fields);
print_select_hash("match_on", 3, $search_fields,
'dojoType="dijit.form.Select"');
} else {
print "<input dojoType=\"dijit.form.ValidationTextBox\"
style=\"font-size : 16px; width : 20em;\"