diff options
author | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:29:50 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-03-27 17:29:50 -0700 |
commit | 2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938 (patch) | |
tree | f98db43bbed394df6fcd34bfa88b8a71ba0b0e4d /phpBB/styles/prosilver/template/mcp_forum.html | |
parent | c897ac5d7086d82cc1a9ba3f7637cac859c1d6b4 (diff) | |
download | forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.gz forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.bz2 forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.tar.xz forums-2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938.zip |
[ticket/12300] Make all topic row icons clickable
Forum list icons link to first page of forum
UCP subscribed forums icons link to first page of forum
MCP Forum page topic icons link to first (or first unread) post
PM Icons link to the message
PHPBB3-12300
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 6ca176a4aa..331758c5eb 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -40,6 +40,7 @@ <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- 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 -->> + <a href="<!-- IF topicrow.S_UNREAD_TOPIC -->{topicrow.U_NEWEST_POST}<!-- ELSE -->{topicrow.U_VIEW_TOPIC}<!-- ENDIF -->" class="icon-link"></a> <div class="list-inner"> <!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF --> |