From d40fb32dcdc447cd284d8c5dbffa845b142f1eeb Mon Sep 17 00:00:00 2001 From: Crizzo Date: Mon, 3 Mar 2014 21:11:06 +0100 Subject: [PATCH] [ticket/8785] Rebuilding posting_editor pm head + new language vars PHPBB3-8785 --- phpBB/language/en/ucp.php | 6 +- .../prosilver/template/posting_editor.html | 110 ++++++++++-------- phpBB/styles/prosilver/theme/common.css | 15 +++ 3 files changed, 82 insertions(+), 49 deletions(-) diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 6f392d6efe..3a6f2faf02 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -472,7 +472,11 @@ $lang = array_merge($lang, array( 'TIMEZONE' => 'Timezone', 'TIMEZONE_DATE_SUGGESTION' => 'Suggestion: %s', 'TIMEZONE_INVALID' => 'The timezone you selected is invalid.', - 'TO' => 'To', + 'TO' => 'Recipient', + 'TO_MASS' => 'Recipients', + 'TO_ADD' => 'Add recipient', + 'TO_ADD_MASS' => 'Add recipients', + 'TO_ADD_GROUPS' => 'Add groups', 'TOO_MANY_RECIPIENTS' => 'You tried to send a private message to too many recipients.', 'TOO_MANY_REGISTERS' => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.', diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 2ae224bc3a..22bfe78eee 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -3,67 +3,81 @@ -
+ +
+
+
+ + +
+ - -
-
-
- -
- {to_recipient.NAME}{to_recipient.NAME_FULL}  -   - -
-
- - -
-
-
- -
- {bcc_recipient.NAME}{bcc_recipient.NAME_FULL}  -   - -
-
- +
-
-
{L_FIND_USERNAME}
-
-
+ +
+ + + {L_FIND_USERNAME} +
- -
-

{L_FIND_USERNAME}
- -
+
+
+ +
+
+
+
    -
- {to_recipient.NAME}{to_recipient.NAME_FULL}  -   +
  • + + {to_recipient.NAME}{to_recipient.NAME_FULL} +
  • +
    - - +
    + +
    + +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    +

    {L_FIND_USERNAME}
    + +
    +
    +
    - -
    - - -
    -
    -
    -
    -
    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 84f6859936..887954038e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -750,6 +750,21 @@ dl.details dd { overflow: hidden; } +fieldset.fields1 ul.recipients { + list-style-type: none; + line-height: 1.8; +} + +fieldset.fields1 dd.recipients { + clear: left; + margin-left: 1em; +} + +fieldset.fields1 ul.recipients input.button2{ + font-size: 0.8em; + margin-right: 0; + padding: 0; +} /* Pagination ---------------------------------------- */