aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-08 12:45:51 +0530
committerRahul R <rahulr92@gmail.com>2012-04-08 12:45:51 +0530
commitdd3b8e74b33da4dabb60001c2bffa5d8b2cec236 (patch)
tree41bc4ddbb0dd93f5262eb5b89409d7cb8b0c372e /phpBB/styles/prosilver/template/forumlist_body.html
parent094dbe7ccc22119aa50963ae4714a00e76aef9a5 (diff)
downloadforums-dd3b8e74b33da4dabb60001c2bffa5d8b2cec236.tar
forums-dd3b8e74b33da4dabb60001c2bffa5d8b2cec236.tar.gz
forums-dd3b8e74b33da4dabb60001c2bffa5d8b2cec236.tar.bz2
forums-dd3b8e74b33da4dabb60001c2bffa5d8b2cec236.tar.xz
forums-dd3b8e74b33da4dabb60001c2bffa5d8b2cec236.zip
[ticket/10650] Added href title to subject link
Added title attribute to anchor tag which displays last_post_subject so that the full subject can be seen by hovering over the truncated subject displayed in forumlist. PHPBB3-10650
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 55f8e6df30..be12f1e89a 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -46,7 +46,7 @@
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
- <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
+ <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
<!-- ENDIF -->
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br />&nbsp;<!-- ENDIF --></span>