diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index a64974d8b4..eebc96623e 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -180,16 +180,18 @@ - -
+ {% if S_SOFTDELETE_ALLOWED || S_DELETE_ALLOWED %} +
-
-
- -
- +
+ {% if S_SOFTDELETE_ALLOWED %} +
+ {% endif %} + {% if S_DELETE_ALLOWED %} +
+ {% endif %}
- + {% endif %}