diff options
| author | ivan <ivan> | 2004-10-31 00:01:35 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-10-31 00:01:35 +0000 | 
| commit | 0c52e96b47c207f73c68e9cdab0dc8c5654c4e5c (patch) | |
| tree | f1e8d38959f7882a6dc3b77c587290555dac4f0a /httemplate/search | |
| parent | beccdb9fb97f30c35c7783965849ea018b9fe1ef (diff) | |
quick pay shouldnt default to exact search
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_main-quickpay.html | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/search/cust_main-quickpay.html b/httemplate/search/cust_main-quickpay.html index d48f1d08f..077d290d9 100755 --- a/httemplate/search/cust_main-quickpay.html +++ b/httemplate/search/cust_main-quickpay.html @@ -13,19 +13,19 @@        <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>All +        <OPTION SELECTED>All          <OPTION>Fuzzy          <OPTION>Substring -        <OPTION SELECTED>Exact +        <OPTION>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>All +      using search method: <SELECT NAME="company_type"> +        <OPTION SELECTED>All          <OPTION>Fuzzy          <OPTION>Substring -        <OPTION SELECTED>Exact +        <OPTION>Exact        </SELECT>        <P><INPUT TYPE="submit" VALUE="Search">  | 
