diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-10-22 17:39:13 -0500 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-10-22 17:39:13 -0500 |
| commit | 6a0727acdcf8c30b9fdf5df838ab3decc0b1a228 (patch) | |
| tree | e6f9eaf80ee020dd73ff4cbe17f2cf4ef30144fe /phpBB/styles | |
| parent | d7553893c4c211edb1a42f91276edbcc27bfd330 (diff) | |
| parent | df72846b8945224a431558cfc3cc7e12a463444a (diff) | |
| download | forums-6a0727acdcf8c30b9fdf5df838ab3decc0b1a228.tar forums-6a0727acdcf8c30b9fdf5df838ab3decc0b1a228.tar.gz forums-6a0727acdcf8c30b9fdf5df838ab3decc0b1a228.tar.bz2 forums-6a0727acdcf8c30b9fdf5df838ab3decc0b1a228.tar.xz forums-6a0727acdcf8c30b9fdf5df838ab3decc0b1a228.zip | |
Merge pull request #3058 from naderman/ticket/13205
[ticket/13205] Add a mark all messages read link to PM folders
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_message_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html index d777de908d..7be51e0034 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html +++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html @@ -48,6 +48,7 @@ <!-- IF S_VIEW_MESSAGE --> <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a> <!-- ELSEIF FOLDER_CUR_MESSAGES neq 0 --> + <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_PM_MARK_ALL_READ}</a> • <!-- ENDIF --> {TOTAL_MESSAGES} <!-- IF .pagination --> <!-- INCLUDE pagination.html --> |
