From cbece78f7b180253af95071ab859c468ed061ff5 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 23 Sep 2006 12:27:51 +0000 Subject: A reworking of how we handle inactive users git-svn-id: file:///svn/phpbb/trunk@6394 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_inactive.html | 75 +++++++++++++++++++++++++++++++++++++++ phpBB/adm/style/acp_main.html | 25 +++++-------- 2 files changed, 83 insertions(+), 17 deletions(-) create mode 100755 phpBB/adm/style/acp_inactive.html (limited to 'phpBB/adm/style') diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html new file mode 100755 index 0000000000..b4e617b864 --- /dev/null +++ b/phpBB/adm/style/acp_inactive.html @@ -0,0 +1,75 @@ + + + + +

{L_INACTIVE_USERS}

+ +

{L_INACTIVE_USERS_EXPLAIN}

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_USERNAME}{L_JOINED}{L_INACTIVE_DATE}{L_INACTIVE_REASON}{L_LAST_VISIT}{L_MARK}
{inactive.USERNAME}{inactive.JOINED}{inactive.INACTIVE_DATE}{inactive.REASON}{inactive.LAST_VISIT}  
{L_NO_INACTIVE_USERS}
+ + +
+ {L_DISPLAY_LOG}:  {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR} + +
+ +
+

{L_MARK_ALL}{L_UNMARK_ALL}

+ + + +
+ + + + +
+ + \ No newline at end of file diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index af1623146e..ce4dde47b0 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -133,17 +133,18 @@

{L_INACTIVE_USERS}

-

{L_INACTIVE_USERS_EXPLAIN}

+

{L_INACTIVE_USERS_EXPLAIN_INDEX}

-
+
» {L_VIEW_INACTIVE_USERS}
+ + - @@ -151,29 +152,19 @@ - + + + - - +
{L_USERNAME} {L_JOINED}{L_INACTIVE_DATE}{L_INACTIVE_REASON} {L_LAST_VISIT}{L_MARK}
{inactive.USERNAME}{inactive.DATE}{inactive.JOINED}{inactive.INACTIVE_DATE}{inactive.REASON} {inactive.LAST_VISIT}  
{L_NO_INACTIVE_USERS}{L_NO_INACTIVE_USERS}
- -
-

{L_MARK_ALL}{L_UNMARK_ALL}

- - - -
- - -
- -- cgit v1.2.1