mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02:00
[ticket/14046] Jabber message incorrect
When making a Jabber message, the page says the message has been sent when loading the page for the first time, This message should only be shown after the message has actually been sent PHPBB3-14046
This commit is contained in:
@ -9,6 +9,10 @@
|
||||
|
||||
<p>{L_SEND_IM_EXPLAIN}</p>
|
||||
|
||||
<!-- IF S_SENT_JABBER -->
|
||||
<p>{L_IM_SENT_JABBER}</p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<fieldset>
|
||||
<dl class="fields2">
|
||||
<dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt>
|
||||
@ -24,10 +28,6 @@
|
||||
<dt> </dt>
|
||||
<dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
|
||||
</dl>
|
||||
<dl class="fields2">
|
||||
<dt> </dt>
|
||||
<dd>{L_IM_SENT_JABBER}</dd>
|
||||
</dl>
|
||||
<!-- ELSE IF S_NO_SEND_JABBER -->
|
||||
<dl class="fields2">
|
||||
<dt> </dt>
|
||||
|
@ -7,6 +7,11 @@
|
||||
<tr>
|
||||
<th colspan="2">{L_SEND_IM}</th>
|
||||
</tr>
|
||||
<!-- IF S_SENT_JABBER -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><span class="gen">{L_IM_SENT_JABBER}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_SEND_IM_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
@ -23,12 +28,6 @@
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input class="btnmain" name="submit" type="submit" value="{L_IM_SEND}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><span class="gen">{L_IM_SENT_JABBER}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"></td>
|
||||
</tr>
|
||||
<!-- ELSEIF S_NO_SEND_JABBER -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><span class="genmed">{L_IM_NO_JABBER}</span></td>
|
||||
|
Reference in New Issue
Block a user