1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/8800] Add "mark topics read" link to "View unread posts"

PHPBB3-8800
This commit is contained in:
Zoddo
2015-08-30 15:23:08 +02:00
parent 5faa12db4c
commit 053a6d1d70
2 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<!-- EVENT search_results_searchbox_after -->
<div class="pagination">
<!-- IF U_MARK_ALL_READ --><a href="{U_MARK_ALL_READ}" class="mark-read" accesskey="m">{L_MARK_ALL_READ}</a> &bull;<!-- ENDIF -->
{SEARCH_MATCHES}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->