aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_im.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_im.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_im.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html
index cf12aa631f..7ebe1e3472 100644
--- a/phpBB/styles/prosilver/template/memberlist_im.html
+++ b/phpBB/styles/prosilver/template/memberlist_im.html
@@ -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>&nbsp;</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>&nbsp;</dt>
@@ -67,10 +67,6 @@
<dt>&nbsp;</dt>
<dd>{L_IM_NO_JABBER}</dd>
</dl>
- <dl class="fields2">
- <dt>&nbsp;</dt>
- <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
- </dl>
<!-- ENDIF -->
<!-- IF S_SENT_JABBER -->