mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/memberlist_im.html
This commit is contained in:
commit
6a4e296c43
1 changed files with 4 additions and 4 deletions
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
<p>{L_SEND_IM_EXPLAIN}</p>
|
<p>{L_SEND_IM_EXPLAIN}</p>
|
||||||
|
|
||||||
|
<!-- IF S_SENT_JABBER -->
|
||||||
|
<p>{L_IM_SENT_JABBER}</p>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<dl class="fields2">
|
<dl class="fields2">
|
||||||
<dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt>
|
<dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt>
|
||||||
|
@ -24,10 +28,6 @@
|
||||||
<dt> </dt>
|
<dt> </dt>
|
||||||
<dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
|
<dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="fields2">
|
|
||||||
<dt> </dt>
|
|
||||||
<dd>{L_IM_SENT_JABBER}</dd>
|
|
||||||
</dl>
|
|
||||||
<!-- ELSE IF S_NO_SEND_JABBER -->
|
<!-- ELSE IF S_NO_SEND_JABBER -->
|
||||||
<dl class="fields2">
|
<dl class="fields2">
|
||||||
<dt> </dt>
|
<dt> </dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue