aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-09 11:00:39 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-09 11:00:39 +0200
commit415a9daa6ab5a040b5094260d04dc3cf2fc98409 (patch)
tree3ddcd00dc2dad66fb9c380d453bb58533aadeabe /phpBB/styles/prosilver/template
parent73fd3d1df807fd2c367d26b1de7c85bc657b74ce (diff)
parentb04b5dea36036f4b184a91c064b4e656b435ca08 (diff)
downloadforums-415a9daa6ab5a040b5094260d04dc3cf2fc98409.tar
forums-415a9daa6ab5a040b5094260d04dc3cf2fc98409.tar.gz
forums-415a9daa6ab5a040b5094260d04dc3cf2fc98409.tar.bz2
forums-415a9daa6ab5a040b5094260d04dc3cf2fc98409.tar.xz
forums-415a9daa6ab5a040b5094260d04dc3cf2fc98409.zip
Merge branch '3.1.x'
* 3.1.x: [ticket/8800] Add "mark topics read" link to "View unread posts"
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/search_results.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index 8e3ff31376..c63415915b 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -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 -->