From 44416f4744b9a55e35c7945a13759d3e7d71fd3d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 4 Sep 2008 14:04:30 +0000 Subject: - queue trigger feature - queued posts do not affect user_posts - show links to MCP + queued posts in ucp and acp git-svn-id: file:///svn/phpbb/trunk@8816 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_users_overview.html') 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 @@
-
{USER_POSTS}
+
{USER_POSTS} ({L_POSTS_IN_QUEUE}) ({L_POSTS_IN_QUEUE})
@@ -138,7 +138,7 @@

- + -- cgit v1.2.1 From bf8ac19eaa8d74f9dfd6d597190f5664e7339382 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:13:59 +0000 Subject: Move trunk/phpBB to old_trunk/phpBB git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_overview.html | 144 -------------------------------- 1 file changed, 144 deletions(-) delete mode 100644 phpBB/adm/style/acp_users_overview.html (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html deleted file mode 100644 index e3eff369cc..0000000000 --- a/phpBB/adm/style/acp_users_overview.html +++ /dev/null @@ -1,144 +0,0 @@ -
- -
- {L_ACP_USER_OVERVIEW} -
-

{L_NAME_CHARS_EXPLAIN}
-
-
[ {L_USE_PERMISSIONS} ]
-
- -
-
-
{USER_INACTIVE_REASON}
-
- -
-
-
{USER_REGISTERED}
-
- -
-
-
{REGISTERED_IP}
-
[ {L_WHOIS} ]
-
- -
-
-
{USER_LASTACTIVE}
-
-
-
-
{USER_POSTS} ({L_POSTS_IN_QUEUE}) ({L_POSTS_IN_QUEUE})
-
-
-
-
{USER_WARNINGS}
-
-
-

{L_FOUNDER_EXPLAIN}
-
-
-
-
-
-
-
-
-

{L_CONFIRM_EMAIL_EXPLAIN}
-
-
-
-

{L_CHANGE_PASSWORD_EXPLAIN}
-
-
-
-

{L_CONFIRM_PASSWORD_EXPLAIN}
-
-
- -

- - - {S_FORM_TOKEN} -

- -
-
- - - - - -
- -
- {L_USER_TOOLS} -
-
-
-
- - -
-

{L_DELETE_USER_EXPLAIN}
-
-
-
- - -

- - {S_FORM_TOKEN} -

- -
- -
- - -- cgit v1.2.1 From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_overview.html | 144 ++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 phpBB/adm/style/acp_users_overview.html (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html new file mode 100644 index 0000000000..e3eff369cc --- /dev/null +++ b/phpBB/adm/style/acp_users_overview.html @@ -0,0 +1,144 @@ +
+ +
+ {L_ACP_USER_OVERVIEW} +
+

{L_NAME_CHARS_EXPLAIN}
+
+
[ {L_USE_PERMISSIONS} ]
+
+ +
+
+
{USER_INACTIVE_REASON}
+
+ +
+
+
{USER_REGISTERED}
+
+ +
+
+
{REGISTERED_IP}
+
[ {L_WHOIS} ]
+
+ +
+
+
{USER_LASTACTIVE}
+
+
+
+
{USER_POSTS} ({L_POSTS_IN_QUEUE}) ({L_POSTS_IN_QUEUE})
+
+
+
+
{USER_WARNINGS}
+
+
+

{L_FOUNDER_EXPLAIN}
+
+
+
+
+
+
+
+
+

{L_CONFIRM_EMAIL_EXPLAIN}
+
+
+
+

{L_CHANGE_PASSWORD_EXPLAIN}
+
+
+
+

{L_CONFIRM_PASSWORD_EXPLAIN}
+
+
+ +

+ + + {S_FORM_TOKEN} +

+ +
+
+ + + + + +
+ +
+ {L_USER_TOOLS} +
+
+
+
+ + +
+

{L_DELETE_USER_EXPLAIN}
+
+
+
+ + +

+ + {S_FORM_TOKEN} +

+ +
+ +
+ + -- cgit v1.2.1 From b68de2323d6444b4b3685a98bbcb9500a38e45cb Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 16 Dec 2009 15:48:23 +0000 Subject: merge changes from 3.0.x branch git-svn-id: file:///svn/phpbb/trunk@10342 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_users_overview.html | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index e3eff369cc..d48cfa57be 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -124,13 +124,6 @@
- -
-

{L_DELETE_USER_EXPLAIN}
-
-
-
-

@@ -141,4 +134,20 @@ + +

+
+ {L_DELETE_USER} +
+

{L_DELETE_USER_EXPLAIN}
+
+
+

+ + + {S_FORM_TOKEN} +

+
+ +
-- cgit v1.2.1 From 4baa2bb52c47b0b0e316c3a25f34e7bc27075ffd Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 23 Dec 2011 21:55:49 +0000 Subject: [ticket/10535] Removed email confirm field from acp_users module PHPBB3-10535 --- phpBB/adm/style/acp_users_overview.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 9237e45daf..1f10e7f66e 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -45,10 +45,6 @@
-
-

{L_CONFIRM_EMAIL_EXPLAIN}
-
-

{L_CHANGE_PASSWORD_EXPLAIN}
-- cgit v1.2.1 From d124cd2d593bf66abf173e1c5b97c7f371a09dc4 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:50:59 -0500 Subject: [ticket/10780] Replace colon usage in adm template output with {L_COLON} Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780 --- phpBB/adm/style/acp_users_overview.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 5c5fa010f4..b7e3a9822e 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -3,54 +3,54 @@
{L_ACP_USER_OVERVIEW}
-

{L_NAME_CHARS_EXPLAIN}
+

{L_NAME_CHARS_EXPLAIN}
[ {L_USE_PERMISSIONS} ]
-
+
{USER_INACTIVE_REASON}
-
+
{USER_REGISTERED}
-
+
{REGISTERED_IP}
[ {L_WHOIS} ]
-
+
{USER_LASTACTIVE}
-
+
{USER_POSTS} ({L_POSTS_IN_QUEUE}) ({L_POSTS_IN_QUEUE})
-
+
{USER_WARNINGS}
-

{L_FOUNDER_EXPLAIN}
+

{L_FOUNDER_EXPLAIN}
-
+
-

{L_CHANGE_PASSWORD_EXPLAIN}
+

{L_CHANGE_PASSWORD_EXPLAIN}
-

{L_CONFIRM_PASSWORD_EXPLAIN}
+

{L_CONFIRM_PASSWORD_EXPLAIN}
@@ -107,16 +107,16 @@
{L_USER_TOOLS}
-
+
@@ -135,7 +135,7 @@
{L_DELETE_USER}
-

{L_DELETE_USER_EXPLAIN}
+

{L_DELETE_USER_EXPLAIN}
-- cgit v1.2.1 From c7b2665160ef5e160ed03b9fb45b01f774e19193 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 1 Apr 2012 12:21:13 +0100 Subject: [feature/events] Add users_overview_options acp template event PHPBB3-9550 --- phpBB/adm/style/acp_users_overview.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index b7e3a9822e..f6ad8f3313 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -53,6 +53,7 @@

{L_CONFIRM_PASSWORD_EXPLAIN}
+

-- cgit v1.2.1 From 3c8fb03785d14785ab2ddeb2da0aeae48ced1e16 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 22 Jul 2012 21:25:57 +0100 Subject: [feature/events] Adding acp prefix to acp event names PHPBB3-9550 --- phpBB/adm/style/acp_users_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index f6ad8f3313..9c06ac3c76 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -53,7 +53,7 @@


{L_CONFIRM_PASSWORD_EXPLAIN}
- +

-- cgit v1.2.1 From cdfac59944bc312cfb64bbe1a39090f57851ff8f Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 17 Dec 2012 11:19:27 -0500 Subject: [feature/events] Append "_append" to acp_users_overview_options PHPBB3-9550 --- phpBB/adm/style/acp_users_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 9c06ac3c76..a8e862c141 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -53,7 +53,7 @@


{L_CONFIRM_PASSWORD_EXPLAIN}
- +

-- cgit v1.2.1 From 05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc Mon Sep 17 00:00:00 2001 From: Vinny Date: Fri, 10 Aug 2012 21:39:17 -0300 Subject: [ticket/11010] Changing email and url types in adm templates PHPBB3-11010 --- phpBB/adm/style/acp_users_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index a8e862c141..1caa6e5e13 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -43,7 +43,7 @@

-
+

{L_CHANGE_PASSWORD_EXPLAIN}
-- cgit v1.2.1 From 91a1c3af901f51d79751b733e48e8bcddc81d263 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 7 Apr 2014 21:42:30 +0200 Subject: [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() PHPBB3-12372 --- phpBB/adm/style/acp_users_overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_users_overview.html') diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 013be80465..506101c3f7 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -86,11 +86,11 @@ { if (option != 'banuser' && option != 'banemail' && option != 'banip') { - dE('reasons', -1); + phpbb.toggleDisplay('reasons', -1); return; } - dE('reasons', 1); + phpbb.toggleDisplay('reasons', 1); element = document.getElementById('user_quick_tools').ban_reason; -- cgit v1.2.1