summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-10-26 17:30:13 +0000
committerivan <ivan>2003-10-26 17:30:13 +0000
commitc81ce77af66d49a2aafb4bc6361844748fa00d7e (patch)
tree2c71001904e6576ed389a31701bd311ce3520a7f
parent2f38a129b2eab044dce82ff4391f7c1779bdab2f (diff)
default quickpay to exact search
-rwxr-xr-xhttemplate/search/cust_main-quickpay.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/search/cust_main-quickpay.html b/httemplate/search/cust_main-quickpay.html
index 25d9db36b..d48f1d08f 100755
--- a/httemplate/search/cust_main-quickpay.html
+++ b/httemplate/search/cust_main-quickpay.html
@@ -13,22 +13,22 @@
<INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>:
<INPUT TYPE="text" NAME="last_text">
using search method: <SELECT NAME="last_type">
- <OPTION SELECTED>All
+ <OPTION>All
<OPTION>Fuzzy
<OPTION>Substring
- <OPTION>Exact
+ <OPTION SELECTED>Exact
</SELECT>
<P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>:
<INPUT TYPE="text" NAME="company_text">
using search methods: <SELECT NAME="company_type">
- <OPTION SELECTED>All
+ <OPTION>All
<OPTION>Fuzzy
<OPTION>Substring
- <OPTION>Exact
+ <OPTION SELECTED>Exact
</SELECT>
- <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while. Please be patient.
+ <P><INPUT TYPE="submit" VALUE="Search">
</FORM>