diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-24 09:43:25 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-24 09:43:25 -0700 |
commit | 449e583fc4c8c41004d66eccf5dfd67475f87056 (patch) | |
tree | 2747cb17abe4add91984091f6cc9dd6c3ffb1d0d /phpBB/styles/prosilver/template/ucp_main_subscribed.html | |
parent | 2e6911b7e7bb4c1ec4e2a24c2f3e6d09f7d18d96 (diff) | |
download | forums-449e583fc4c8c41004d66eccf5dfd67475f87056.tar forums-449e583fc4c8c41004d66eccf5dfd67475f87056.tar.gz forums-449e583fc4c8c41004d66eccf5dfd67475f87056.tar.bz2 forums-449e583fc4c8c41004d66eccf5dfd67475f87056.tar.xz forums-449e583fc4c8c41004d66eccf5dfd67475f87056.zip |
[ticket/12300] Revert topic title links back to default behavior
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-rwxr-xr-x | phpBB/styles/prosilver/template/ucp_main_subscribed.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 0187f3cc3f..99840f3ffb 100755 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -72,15 +72,9 @@ <dl class="icon {topicrow.TOPIC_IMG_STYLE}"> <dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"> <div class="list-inner"> - <!-- IF topicrow.S_UNREAD_TOPIC --> - <a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> - <a href="{topicrow.U_NEWEST_POST}" class="topictitle">{topicrow.TOPIC_TITLE}</a> - <!-- ELSE --> - <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> - <!-- ENDIF --> + <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> - <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> - <br /> + <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> <!-- IF .topicrow.pagination --> <div class="pagination"> <ul> @@ -97,7 +91,7 @@ <!-- ENDIF --> <div class="responsive-hide"> <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> - {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » <a href="{topicrow.U_VIEW_TOPIC}" title="{L_GOTO_FIRST_POST}">{topicrow.FIRST_POST_TIME}</a> + {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} </div> <div class="responsive-show" style="display: none;"> <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> |