Report#34:"search" in searchbox - thanks to Christian_N for providing this!

This commit is contained in:
Kevin
2008-01-27 19:57:30 +00:00
parent f8b6885b2c
commit 57ddc71392
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ function qsearch_onSubmit()
<h3>{L_SEARCH}</h3> <h3>{L_SEARCH}</h3>
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();"> <form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
<p> <p>
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" class="inputbox autowidth" /> <input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</p> </p>
<p> <p>
<select id="qsearch_select"> <select id="qsearch_select">

View File

@@ -50,7 +50,7 @@ function qsearch_onSubmit()
<td> <td>
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();"> <form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
<p> <p>
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" class="inputbox autowidth" /> <input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</p> </p>
<p> <p>
<select id="qsearch_select"> <select id="qsearch_select">