mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 13:00:26 +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>
|
||||
{% else %}
|
||||
{{ to_recipient.NAME_FULL }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user