From 0491bfbc2d5e7d98a7a15b5d0096c2647b821709 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 5 Dec 2010 14:09:39 +0100 Subject: [ticket/9575] Also change 'administrate' to 'administer' in templates PHPBB3-9575 --- phpBB/adm/style/acp_forums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 9f9216a068..d27cea28f7 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -58,7 +58,7 @@ /** * Init the wanted display functionality if javascript is enabled. - * If javascript is not available, the user is still able to properly administrate. + * If javascript is not available, the user is still able to properly administer. */ onload = function() { -- cgit v1.2.1 From 2d35e6044300293916f26df4495af542b24c63a8 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 9 May 2011 22:53:08 +0200 Subject: [ticket/10154] Move "copy permissions from" to below "parent" on forum creation Move "copy permissions from" to below "parent forum" in forum creation form. PHPBB3-10154 --- phpBB/adm/style/acp_forums.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index d27cea28f7..9201736085 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -140,6 +140,12 @@
+ +
+

{L_COPY_PERMISSIONS_EXPLAIN}
+
+
+
@@ -176,12 +182,6 @@
- -
-

{L_COPY_PERMISSIONS_EXPLAIN}
-
-
-
-- cgit v1.2.1 From 4ddd116cd436f273fea04bd9f81d0a77b58e9d0e Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 3 Jun 2011 18:54:13 +0200 Subject: [ticket/8138] Add autocomplete="off" to a user and forum ACP. PHPBB3-8138 --- phpBB/adm/style/acp_forums.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_forums.html') diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 9201736085..8577c08860 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -166,11 +166,11 @@

{L_FORUM_PASSWORD_EXPLAIN}
-
+

{L_FORUM_PASSWORD_CONFIRM_EXPLAIN}
-
+
-- cgit v1.2.1