From 5e6b4c7192a80dc29382ad06976e9ce6d5c16efd Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Wed, 29 Feb 2012 21:23:50 +0000 Subject: [ticket/10631] Adding an extensions admin PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 phpBB/adm/style/acp_ext_disable.html (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html new file mode 100644 index 0000000000..2198db09a1 --- /dev/null +++ b/phpBB/adm/style/acp_ext_disable.html @@ -0,0 +1,27 @@ + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+

{L_ENABLE_EXPLAIN}

+ + +

{L_DISABLE_CONFIRM}

+ +
+
+ {L_DISABLE} + +
+
+ +
+

{L_DISABLE_SUCESS}

+
+

{L_RETURN}

+
+ + + \ No newline at end of file -- cgit v1.2.1 From 7a954d352ef1fe84256ad691135b6c6bf0d4bcc5 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sat, 28 Apr 2012 18:13:28 +0100 Subject: [ticket/10631] Fixing some items mentioned in PR PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 2198db09a1..c7de43a611 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -18,10 +18,10 @@
-

{L_DISABLE_SUCESS}

+

{L_DISABLE_SUCCESS}


{L_RETURN}

- \ No newline at end of file + -- cgit v1.2.1 From 28ca2d6a5fe8f8f1d8733af70951fa1191336eb6 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sun, 22 Jul 2012 22:54:27 -0500 Subject: [ticket/10631] Stagger the enable/disable/purge for extensions PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 58 +++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 27 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index c7de43a611..e47ba2d8b9 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -1,27 +1,31 @@ - - - - -

{L_EXTENSIONS_ADMIN}

- -

{L_EXTENSIONS_EXPLAIN}

-

{L_ENABLE_EXPLAIN}

- - -

{L_DISABLE_CONFIRM}

- -
-
- {L_DISABLE} - -
-
- -
-

{L_DISABLE_SUCCESS}

-
-

{L_RETURN}

-
- - - + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+

{L_ENABLE_EXPLAIN}

+ + +

{L_DISABLE_CONFIRM}

+ +
+
+ {L_DISABLE} + +
+
+ +
+

{L_DISABLE_IN_PROGRESS}

+
+ +
+

{L_DISABLE_SUCCESS}

+
+

{L_RETURN}

+
+ + + -- cgit v1.2.1 From 9c0cd2693fd61c9528aa5fcbc3dff9de73515ebe Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 23 Jul 2012 16:04:29 -0500 Subject: [ticket/10631] Make the enable/disable/purge notices more visable. PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index e47ba2d8b9..1f0bbe14c8 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -6,13 +6,15 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- - -

{L_DISABLE_CONFIRM}

- + + +
+

{L_DISABLE_CONFIRM}

+
+
- {L_DISABLE} + {L_DISABLE}
-- cgit v1.2.1 From dce04b2d03f93c9237b743afbcbd89fb6405f836 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 30 Jul 2012 19:30:49 -0500 Subject: [ticket/10631] Various front-end fixes (extensions manager) Add Back button from details Add cancel button from actions Correct language strings PHPBB3-10631 --- phpBB/adm/style/acp_ext_disable.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 1f0bbe14c8..7dc3f6ec97 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -5,7 +5,7 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_ENABLE_EXPLAIN}

+

{L_DISABLE_EXPLAIN}

@@ -15,7 +15,8 @@
{L_DISABLE} - + +
-- cgit v1.2.1 From 8d5fcc8d4ca85c2752771ba7c808ed4e19c3c773 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 1 Nov 2013 15:33:31 +0100 Subject: [ticket/11994] Make extension manager UI less misleading Enable and Install were split into two different expressions. Purge was renamed to uninstall to make clearer what is going to happen. PHPBB3-11994 --- phpBB/adm/style/acp_ext_disable.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 7dc3f6ec97..4fa0893be7 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -5,29 +5,29 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_DISABLE_EXPLAIN}

+

{L_EXTENSION_DISABLE_EXPLAIN}

-

{L_DISABLE_CONFIRM}

+

{L_CONFIRM_MESSAGE}

- {L_DISABLE} - + {L_EXTENSION_DISABLE} +
-

{L_DISABLE_IN_PROGRESS}

+

{L_EXTENSION_DISABLE_IN_PROGRESS}

-

{L_DISABLE_SUCCESS}

+

{L_EXTENSION_DISABLE_SUCCESS}


-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-- cgit v1.2.1 From 2e49efc12d84b5a0111d61e7066bea77bcb4e5c1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Mar 2014 14:54:04 -0800 Subject: [ticket/12248] Use id instead of name attribute in a tags PHPBB3-12248 --- phpBB/adm/style/acp_ext_disable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 4fa0893be7..d650544ff7 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

-- cgit v1.2.1 From 1d4c20b3d2222502ed495212668f6fca8d67e52d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 12 May 2014 10:49:52 +0200 Subject: [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions PHPBB3-12534 --- phpBB/adm/style/acp_ext_disable.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index d650544ff7..3b09177a76 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -8,13 +8,13 @@

{L_EXTENSION_DISABLE_EXPLAIN}

-
+
+

{L_CONFIRM}

{L_CONFIRM_MESSAGE}

-
+
- {L_EXTENSION_DISABLE}
-- cgit v1.2.1 From 0c6ef9aabfb45f6fbf106da9a194c561f2bd2ecc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 12 May 2014 11:35:59 +0200 Subject: [ticket/12534] Do not use errorbox for multi steps PHPBB3-12534 --- phpBB/adm/style/acp_ext_disable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_disable.html') diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 3b09177a76..d2b5c46fe8 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -20,7 +20,7 @@ -
+

{L_EXTENSION_DISABLE_IN_PROGRESS}

-- cgit v1.2.1