Fix size of input boxes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
{LINK_US_TXT}<br /><br />
|
||||
<input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" readonly="readonly" /><br />
|
||||
<input type="text" tabindex="9" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" readonly="readonly" /><br />
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -2,9 +2,9 @@
|
||||
<div>
|
||||
{$LR_BLOCK_H_L}<a href="{U_LOGIN_LOGOUT}"><!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}</a>{$LR_BLOCK_H_R}
|
||||
<span class="genmed">{L_USERNAME}:</span><br />
|
||||
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><br />
|
||||
<input type="text" tabindex="1" name="username" id="username" value="" class="inputbox autowidth" /><br /><br />
|
||||
<span class="genmed">{L_PASSWORD}:</span><br />
|
||||
<input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" />
|
||||
<input type="password" tabindex="2" id="password" name="password" class="inputbox autowidth" />
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<br /><br />
|
||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||
|
||||
@@ -49,7 +49,7 @@ function qsearch_onSubmit()
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
||||
<p>
|
||||
<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}';" />
|
||||
<input type="text" tabindex="6" name="keywords" id="searchfield" size="autowidth" 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="7">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr class="row1">
|
||||
<td>
|
||||
{LINK_US_TXT}<br style="clear:both" />
|
||||
<input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" readonly="readonly" /><br style="clear:both" />
|
||||
<input type="text" tabindex="9" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" readonly="readonly" /><br style="clear:both" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span class="genmed">{L_USERNAME}:</span><br />
|
||||
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><br />
|
||||
<input type="text" tabindex="1" name="username" id="username" value="" class="inputbox autowidth" /><br /><br />
|
||||
<span class="genmed">{L_PASSWORD}:</span><br />
|
||||
<input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" />
|
||||
<input type="password" tabindex="2" id="password" name="password" class="inputbox autowidth" />
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<br /><br />
|
||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||
|
||||
@@ -51,7 +51,7 @@ function qsearch_onSubmit()
|
||||
<td>
|
||||
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
||||
<p>
|
||||
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" 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="autowidth" maxlength="40" title="{L_SEARCH_KEYWORDS}" 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="7">
|
||||
|
||||
Reference in New Issue
Block a user