mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 12:01:48 +02:00
- more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
<!-- IF S_SEND_ICQ -->
|
||||
<dl class="fields2">
|
||||
<dt><label for="from">{L_IM_NAME}:</label></dt>
|
||||
<dd><input class="inputbox" type="text" name="from" id="from" size="20" maxlength="40" /></dd>
|
||||
<dd><input class="inputbox autowidth" type="text" name="from" id="from" size="20" maxlength="40" /></dd>
|
||||
</dl>
|
||||
<dl class="fields2">
|
||||
<dt><label for="body">{L_IM_MESSAGE}:</label></dt>
|
||||
<dd><textarea class="inputbox" name="body" id="body" rows="5" cols="45"></textarea></dd>
|
||||
<dd><textarea class="inputbox autowidth" name="body" id="body" rows="5" cols="45"></textarea></dd>
|
||||
</dl>
|
||||
<dl class="fields2">
|
||||
<dt> </dt>
|
||||
@@ -54,7 +54,7 @@
|
||||
<!-- IF S_SEND_JABBER -->
|
||||
<dl class="fields2">
|
||||
<dt><label for="message">{L_IM_MESSAGE}:</label></dt>
|
||||
<dd><textarea class="inputbox" name="message" id="message" rows="5" cols="45"></textarea></dd>
|
||||
<dd><textarea class="inputbox autowidth" name="message" id="message" rows="5" cols="45"></textarea></dd>
|
||||
</dl>
|
||||
<dl class="fields2">
|
||||
<dt> </dt>
|
||||
@@ -67,10 +67,6 @@
|
||||
<dt> </dt>
|
||||
<dd>{L_IM_NO_JABBER}</dd>
|
||||
</dl>
|
||||
<dl class="fields2">
|
||||
<dt> </dt>
|
||||
<dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SENT_JABBER -->
|
||||
|
Reference in New Issue
Block a user