Report#34:"search" in searchbox - thanks to Christian_N for providing this!
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user