diff options
| author | PayBas <contact@paybas.com> | 2014-06-13 14:53:45 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-13 14:53:45 +0200 |
| commit | f6ee0152edff08023c33c2ecb49a0251d2926408 (patch) | |
| tree | 039bc37d413a36e97ca7bd8b7ad9211ff79eabfe /phpBB/styles/prosilver/template/ucp_pm_message_header.html | |
| parent | 93c39477e02d3f0f78f9da234908b37e47ecf2c5 (diff) | |
| download | forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.gz forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.bz2 forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.xz forums-f6ee0152edff08023c33c2ecb49a0251d2926408.zip | |
[ticket/12613] Add distinction between top/bottom action-bar
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index ce86c3c138..d777de908d 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -6,7 +6,7 @@ <div class="inner"> <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF --> - <div class="action-bar"> + <div class="action-bar top"> <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM --> <div class="buttons"> <!-- IF U_POST_REPLY_PM --> |
