summaryrefslogtreecommitdiff
path: root/rt/html/Elements/FreesideSearch
blob: f0efb60d4ce08e2cd3c5b44f6fb5efa351d7d897 (plain)
1
2
3
4
5
6
7
8
9
10
<form action="<% $RT::URI::freeside::URL %>/search/cust_main.cgi" STYLE="margin:0">
    <SCRIPT TYPE="text/javascript">
      function clearhint_search_cust (what) {
        if ( what.value = '(cust #, name or company)' )
          what.value = '';
      }
    </SCRIPT>
<input name="search_cust" accesskey="0" VALUE="(cust #, name or company)" SIZE="23" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" STYLE="text-align:right">
<input type="submit" value="<&|/l&>Search customers</&>">&nbsp;
</form>