diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-05 15:08:18 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-05 16:33:27 -0700 |
| commit | 7475e05f997c780c07111681a78d510930ad2e9a (patch) | |
| tree | b1071f5f2b7a588f4493dd28941b7fc07eadd0a0 /phpBB/styles/subsilver2/template | |
| parent | 324daf72fec829a4a937879ef0615829443114cc (diff) | |
| download | forums-7475e05f997c780c07111681a78d510930ad2e9a.tar forums-7475e05f997c780c07111681a78d510930ad2e9a.tar.gz forums-7475e05f997c780c07111681a78d510930ad2e9a.tar.bz2 forums-7475e05f997c780c07111681a78d510930ad2e9a.tar.xz forums-7475e05f997c780c07111681a78d510930ad2e9a.zip | |
[ticket/12440] Set browser URL to point to specific post when using view=unread
PHPBB3-12440
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 6ac4e0ea33..f5dab205f0 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -141,7 +141,7 @@ <!-- IF postrow.S_POST_HIDDEN --> <td class="gensmall" colspan="2" height="25" align="center"> - <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --> <a name="p{postrow.POST_ID}"></a> <!-- IF postrow.S_POST_HIDDEN --> <!-- IF postrow.S_POST_DELETED --> @@ -155,7 +155,7 @@ <!-- ELSE --> <td align="center" valign="middle"> - <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a> + <!-- IF postrow.S_FIRST_UNREAD --><a id="unread" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a> <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b> </td> <td width="100%" height="25"> |
