aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_main_subscribed.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-28 20:54:49 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-28 20:54:49 -0700
commit96ac2790fc1793d164ebd49fb0cbc703cb831f4a (patch)
treedca18b8f00a5185c504e31033534e97a0f1c6bd0 /phpBB/styles/prosilver/template/ucp_main_subscribed.html
parent619e844c1b48f598e83274395e591faa6754f7c6 (diff)
downloadforums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.gz
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.bz2
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.tar.xz
forums-96ac2790fc1793d164ebd49fb0cbc703cb831f4a.zip
[ticket/12300] Make only red topic/forum row icons clickable to unread posts
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_subscribed.html')
-rwxr-xr-xphpBB/styles/prosilver/template/ucp_main_subscribed.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
index 1a02359bd0..74ab5226cb 100755
--- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html
+++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html
@@ -24,7 +24,7 @@
<li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="icon {forumrow.FORUM_IMG_STYLE}">
<dt>
- <a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a>
+ <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
<div class="list-inner">
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
{forumrow.FORUM_DESC}
@@ -72,7 +72,7 @@
<li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<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}">
- <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="icon-link"></a>
+ <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- 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 -->