diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index dd0fad2f6b..f1fc646682 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -3,18 +3,18 @@ {% if S_GROUP_OPTIONS %}
-
-
+
+
{% endif %} {% if S_ALLOW_MASS_PM %}
{% if not S_EDIT_POST %}
-
+
- - + + {% EVENT posting_pm_header_find_username_before %} {{ lang('FIND_USERNAME') }} {% EVENT posting_pm_header_find_username_after %} @@ -23,18 +23,18 @@ {% endif %}
{% if .to_recipient or .bcc_recipient %} -
+
{% endif %}
{% if .to_recipient %}
-
+
    {% for to_recipient in .to_recipient %}
  • {% if not S_EDIT_POST %} - + {% endif %} {% if to_recipient.IS_GROUP %} {{ to_recipient.NAME }} @@ -51,13 +51,13 @@ {% if .bcc_recipient %}
    -
    +
      {% for bcc_recipient in .bcc_recipient %}
    • {% if not S_EDIT_POST %} - + {% endif %} {% if bcc_recipient.IS_GROUP %} {{ bcc_recipient.NAME }} @@ -75,14 +75,14 @@
      - + {% if not S_EDIT_POST %} -
      {{ lang('FIND_USERNAME') }} +
      {{ lang('FIND_USERNAME') }} {% endif %}
      {% if not S_EDIT_POST %}
      - +
      {% endif %} {% if .to_recipient %} @@ -96,7 +96,7 @@ {{ to_recipient.NAME_FULL }} {% endif %}  {% if not S_EDIT_POST %} - + {% endif %}
    • {% endfor %}