aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorgeetakshi <geetakshi.19@gmail.com>2014-03-17 00:52:11 +0530
committergeetakshi <geetakshi.19@gmail.com>2014-03-17 00:52:11 +0530
commit418034af0eb305a52fac990ce83e27f09524cfce (patch)
tree7da3fb7258c51980a14372763ef18b1b068cbb23 /phpBB/adm/style
parentc1b48bdd0116d5aa39545c5c3d2797e34ebc1948 (diff)
downloadforums-418034af0eb305a52fac990ce83e27f09524cfce.tar
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.gz
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.bz2
forums-418034af0eb305a52fac990ce83e27f09524cfce.tar.xz
forums-418034af0eb305a52fac990ce83e27f09524cfce.zip
[ticket/12035] Adding link to user posts to ACP page
Adding link of posts behind displayed number of posts of the user PHPBB3-12035
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_users_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index ba350a13fb..a96132af56 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -30,7 +30,7 @@
</dl>
<dl>
<dt><label>{L_POSTS}:</label></dt>
- <dd><strong>{USER_POSTS}</strong><!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --> (<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>)<!-- ELSEIF POSTS_IN_QUEUE --> ({L_POSTS_IN_QUEUE})<!-- ENDIF --></dd>
+ <dd><strong><!-- IF USER_HAS_POSTS --><a href="{U_SEARCH_USER}">{USER_POSTS}</a><!-- ELSE -->{USER_POSTS}<!-- ENDIF --></strong><!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --> (<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>)<!-- ELSEIF POSTS_IN_QUEUE --> ({L_POSTS_IN_QUEUE})<!-- ENDIF --></dd>
</dl>
<dl>
<dt><label>{L_WARNINGS}:</label></dt>