From e7565d31d0c25a330f5310bed765d9470096c21d Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 17 Dec 2005 20:41:23 +0000 Subject: Expose the warning level and user notes in appropriate places (assuming the user has the correct permissions) git-svn-id: file:///svn/phpbb/trunk@5345 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subSilver/template/memberlist_view.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/memberlist_view.html b/phpBB/styles/subSilver/template/memberlist_view.html index e95b662e46..6bf1f427e8 100644 --- a/phpBB/styles/subSilver/template/memberlist_view.html +++ b/phpBB/styles/subSilver/template/memberlist_view.html @@ -48,11 +48,17 @@ {L_VISITED}: - {VISITED} + {VISITED} + + + {L_WARNINGS}: + {WARNINGS}
[ {L_VIEW_NOTES} | {L_WARN_USER} ] + + {L_TOTAL_POSTS}: - {POSTS}
[{POSTS_PCT} / {POSTS_DAY}]
{L_SEARCH_USER_POSTS}
{POSTS} + {POSTS}
[{POSTS_PCT} / {POSTS_DAY}]
{L_SEARCH_USER_POSTS}
{POSTS} {L_ACTIVE_IN_FORUM}: -- cgit v1.2.1