aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-22 15:07:01 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-22 15:07:01 +0100
commit5197e5afe387e331a80c39db4fa524562f615b97 (patch)
treed3585544a172801bdbf5dda6ce80aa41b19d5a96 /phpBB/adm/style
parentbdab6dede016854d65f31ae869924ac9f7e98ce9 (diff)
parent663eb74cf3bb789c0916be2d3bc2c00eb5f4f8b5 (diff)
downloadforums-5197e5afe387e331a80c39db4fa524562f615b97.tar
forums-5197e5afe387e331a80c39db4fa524562f615b97.tar.gz
forums-5197e5afe387e331a80c39db4fa524562f615b97.tar.bz2
forums-5197e5afe387e331a80c39db4fa524562f615b97.tar.xz
forums-5197e5afe387e331a80c39db4fa524562f615b97.zip
Merge remote-tracking branch 'geetakshi/ticket/12035' into develop-olympus
* geetakshi/ticket/12035: [ticket/12035] Correcting the condition [ticket/12035] Adding necessary conditions [ticket/12035] Adding link to user posts to ACP page
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..964d6e5c17 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 and U_SEARCH_USER --><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>