1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 04:34:07 +02:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/8800] Add "mark topics read" link to "View unread posts"
This commit is contained in:
Tristan Darricau
2015-10-09 11:00:39 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,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 -->