Report #22: Tab index
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<span class="corners-top"><span></span></span>
|
||||
<h3>{L_LINK_US}</h3>
|
||||
{LINK_US_TXT}<br /><br />
|
||||
<input type="text" tabindex="8" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
||||
<input type="text" tabindex="9" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -49,10 +49,10 @@ function qsearch_onSubmit()
|
||||
<h3>{L_SEARCH}</h3>
|
||||
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
||||
<p>
|
||||
<input type="text" tabindex="5" 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}';" />
|
||||
<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>
|
||||
<select id="qsearch_select" tabindex="6">
|
||||
<select id="qsearch_select" tabindex="7">
|
||||
<optgroup label="{L_SH_SITE}">
|
||||
<option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option>
|
||||
<option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option>
|
||||
@@ -68,7 +68,7 @@ function qsearch_onSubmit()
|
||||
</select>
|
||||
<input type="hidden" name="search_fields" value="all" />
|
||||
<input type="hidden" name="show_results" value="topics" />
|
||||
<input type="submit" value="{L_SH}" class="button2" tabindex="7" />
|
||||
<input type="submit" value="{L_SH}" class="button2" tabindex="8" />
|
||||
</p>
|
||||
</form>
|
||||
<p><a href="{U_SEARCH}">{L_SH_ADV}</a>
|
||||
|
||||
Reference in New Issue
Block a user