diff options
author | geetakshi <geetakshi.19@gmail.com> | 2014-03-20 03:36:53 +0530 |
---|---|---|
committer | geetakshi <geetakshi.19@gmail.com> | 2014-03-20 03:36:53 +0530 |
commit | 5316c32b10114f853863eaa85a7afb9add903b23 (patch) | |
tree | bdcb07807b23b594a55898a1469754d52c7fbeb2 /phpBB/adm/style | |
parent | 418034af0eb305a52fac990ce83e27f09524cfce (diff) | |
download | forums-5316c32b10114f853863eaa85a7afb9add903b23.tar forums-5316c32b10114f853863eaa85a7afb9add903b23.tar.gz forums-5316c32b10114f853863eaa85a7afb9add903b23.tar.bz2 forums-5316c32b10114f853863eaa85a7afb9add903b23.tar.xz forums-5316c32b10114f853863eaa85a7afb9add903b23.zip |
[ticket/12035] Adding necessary conditions
PHPBB3-12035
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 2 |
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 a96132af56..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><!-- 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> + <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> |