aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-30 15:23:08 +0200
committerZoddo <zoddo.ino@gmail.com>2015-09-04 20:06:13 +0200
commit053a6d1d704c5d0a2669c685e9cb0406248f6fae (patch)
tree4dba8e312d232db537050e6bdb49eba8ca73b81f /phpBB/styles/prosilver/template
parent5faa12db4c4c02010e99c65e473024c018928603 (diff)
downloadforums-053a6d1d704c5d0a2669c685e9cb0406248f6fae.tar
forums-053a6d1d704c5d0a2669c685e9cb0406248f6fae.tar.gz
forums-053a6d1d704c5d0a2669c685e9cb0406248f6fae.tar.bz2
forums-053a6d1d704c5d0a2669c685e9cb0406248f6fae.tar.xz
forums-053a6d1d704c5d0a2669c685e9cb0406248f6fae.zip
[ticket/8800] Add "mark topics read" link to "View unread posts"
PHPBB3-8800
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 f76afe3767..57d80bd804 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -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 -->