aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_overview.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-01 21:33:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-01 21:33:12 +0000
commit528cf7de0f0e72a9ca3e6ba3813b578606bee40b (patch)
treee078bdcf27664463540ac78f44b94bcf448bbf75 /phpBB/adm/style/acp_users_overview.html
parent54af1cb64a83b1ed41cac22b248428431ecfe523 (diff)
downloadforums-528cf7de0f0e72a9ca3e6ba3813b578606bee40b.tar
forums-528cf7de0f0e72a9ca3e6ba3813b578606bee40b.tar.gz
forums-528cf7de0f0e72a9ca3e6ba3813b578606bee40b.tar.bz2
forums-528cf7de0f0e72a9ca3e6ba3813b578606bee40b.tar.xz
forums-528cf7de0f0e72a9ca3e6ba3813b578606bee40b.zip
Show users posts in queue in acp and profile + link to mcp
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8801 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r--phpBB/adm/style/acp_users_overview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index 0611ccba46..e3eff369cc 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></dd>
+ <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>
</dl>
<dl>
<dt><label>{L_WARNINGS}:</label></dt>
@@ -138,7 +138,7 @@
</p>
</fieldset>
-
+
</form>
<!-- ENDIF -->