From 2bc5fcc7deaf4bc93cdae61bed3c6c8d1a4e9938 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 27 Mar 2014 17:29:50 -0700 Subject: [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 --- phpBB/styles/prosilver/template/forumlist_body.html | 1 + phpBB/styles/prosilver/template/mcp_forum.html | 1 + phpBB/styles/prosilver/template/ucp_main_subscribed.html | 1 + phpBB/styles/prosilver/template/ucp_pm_viewfolder.html | 1 + 4 files changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 3b02431183..8151924d02 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -29,6 +29,7 @@
  • +
    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 @@
  • style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"> +
    [ {L_SELECT_MERGE} ]   diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 387937ae2c..9d78bc95fa 100755 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html @@ -24,6 +24,7 @@
  • +
    {forumrow.FORUM_NAME}
    {forumrow.FORUM_DESC} diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html index efe6663db0..700fbc6c5f 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html @@ -59,6 +59,7 @@
  • style="background-image: url({messagerow.PM_ICON_URL}); background-repeat: no-repeat;"> +
    -- cgit v1.2.1