mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
[ticket/16978] Move nbsp to inside if of submit
PHPBB3-16978
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user