From a7dcdb07602f9d1e72cfbcd2c0c02c3dacd06320 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Wed, 14 Dec 2005 20:54:54 +0000 Subject: Adding the ability to get a list of all users with outstanding warnings git-svn-id: file:///svn/phpbb/trunk@5333 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/mcp_warn_front.html | 2 +- phpBB/styles/subSilver/template/mcp_warn_list.html | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100755 phpBB/styles/subSilver/template/mcp_warn_list.html (limited to 'phpBB/styles/subSilver') diff --git a/phpBB/styles/subSilver/template/mcp_warn_front.html b/phpBB/styles/subSilver/template/mcp_warn_front.html index 358ffb02a4..e250f3109d 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_front.html +++ b/phpBB/styles/subSilver/template/mcp_warn_front.html @@ -32,7 +32,7 @@ {highest.USERNAME} {highest.WARNINGS} - + {highest.WARNING_TIME} {L_VIEW_NOTES} diff --git a/phpBB/styles/subSilver/template/mcp_warn_list.html b/phpBB/styles/subSilver/template/mcp_warn_list.html new file mode 100755 index 0000000000..5b23f9705e --- /dev/null +++ b/phpBB/styles/subSilver/template/mcp_warn_list.html @@ -0,0 +1,44 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_WARNED_USERS}
 {L_USERNAME}  {L_WARNINGS}  {L_LATEST_TIME}  
{user.USERNAME}{user.WARNINGS}{user.WARNING_TIME}{L_VIEW_NOTES}
{L_WARNINGS_ZERO_TOTAL}
{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
+ + + + + + +
{PAGE_NUMBER} [ {TOTAL_USERS} ]{L_GOTO_PAGE} {L_PREVIOUS}  {PAGINATION}  {L_NEXT}
+ +
+ +

+ + \ No newline at end of file -- cgit v1.2.1