diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-08 13:23:12 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-08 13:23:12 +0200 |
commit | e976f7908a85623a7f7ce30f1366d0b52957f8b5 (patch) | |
tree | 4c00bd36ffb10cf7b9831fcd45ed9ea0249b9f3b /phpBB/styles/prosilver | |
parent | 416c58a4183c6cef877b4c91a7b7469a88696314 (diff) | |
parent | ed14d12d148b1aa7e726121afa9ad79718745e1c (diff) | |
download | forums-e976f7908a85623a7f7ce30f1366d0b52957f8b5.tar forums-e976f7908a85623a7f7ce30f1366d0b52957f8b5.tar.gz forums-e976f7908a85623a7f7ce30f1366d0b52957f8b5.tar.bz2 forums-e976f7908a85623a7f7ce30f1366d0b52957f8b5.tar.xz forums-e976f7908a85623a7f7ce30f1366d0b52957f8b5.zip |
Merge pull request #2414 from prototech/ticket/12440
[ticket/12440] Set browser URL to point to specific post when using view=unread
* prototech/ticket/12440:
[ticket/12440] Use a more generic approach for replacing the URL.
[ticket/12440] Set browser URL to point to specific post when using view=unread
Conflicts:
phpBB/styles/prosilver/template/viewtopic_body.html
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 1e5700ba69..17c73b82f4 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -115,7 +115,7 @@ <!-- BEGIN postrow --> <!-- EVENT viewtopic_body_postrow_post_before --> - <!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF --> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->"> <div class="inner"> |