mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16978] Move nbsp to inside if of submit
PHPBB3-16978
This commit is contained in:
parent
63c42c49fa
commit
25a84713c0
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@
|
||||||
<a href="{{ to_recipient.U_VIEW }}"><strong>{{ to_recipient.NAME }}</strong></a>
|
<a href="{{ to_recipient.U_VIEW }}"><strong>{{ to_recipient.NAME }}</strong></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ to_recipient.NAME_FULL }}
|
{{ to_recipient.NAME_FULL }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not S_EDIT_POST %}
|
{% if not S_EDIT_POST %}
|
||||||
<input type="submit" name="remove_{{ to_recipient.TYPE }}[{{ to_recipient.UG_ID }}]" value="x" class="button1 button button-form-bold">
|
<input type="submit" name="remove_{{ to_recipient.TYPE }}[{{ to_recipient.UG_ID }}]" value="x" class="button1 button button-form-bold">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue