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 @@
-
+
--
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