diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index 2fc44ab9d6..4a17196760 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -1,84 +1,110 @@
- + {% if not S_SHOW_DRAFTS %} - + {% if S_GROUP_OPTIONS %}
-
-
+
+
- - -
- -
-
-
- - - - {L_FIND_USERNAME} - -
-
- -
-
-
- -
-
+ {% 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 %}
- -
- -
+ {% 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 }} + {% else %} + {{ to_recipient.NAME_FULL }} + {% endif %} +
  • + {% endfor %} +
+
+
+ {% endif %} +
+ {% if .bcc_recipient %} +
+
+
+
+
    + {% for bcc_recipient in .bcc_recipient %} +
  • + {% if not S_EDIT_POST %} + + {% endif %} + {% if bcc_recipient.IS_GROUP %} + {{ bcc_recipient.NAME }} + {% else %} + {{ bcc_recipient.NAME_FULL }} + {% endif %} +
  • + {% endfor %} +
+
+
+
+ {% endif %} + {% else %} +
-
-
- -
+
+ + {% if not S_EDIT_POST %} +
{{ lang('FIND_USERNAME') }} + {% endif %} +
+ {% if not S_EDIT_POST %} +
+ +
+ {% endif %} + {% if .to_recipient %} +
+
    + {% for to_recipient in .to_recipient %} +
  • + {% if to_recipient.IS_GROUP %} + {{ to_recipient.NAME }} + {% else %} + {{ to_recipient.NAME_FULL }} + {% endif %}  + {% if not S_EDIT_POST %} + + {% endif %} +
  • + {% endfor %} +
+
+ {% endif %}
- - -
-
-

{L_FIND_USERNAME}
- -
- - -
- -
- -
-
- - - -
+ {% endif %} + {% endif %} +