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_enable.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 phpBB/adm/style/acp_ext_enable.html (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html new file mode 100644 index 0000000000..4c94ce7b2b --- /dev/null +++ b/phpBB/adm/style/acp_ext_enable.html @@ -0,0 +1,27 @@ + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+

{L_ENABLE_EXPLAIN}

+ + +

{L_ENABLE_CONFIRM}

+ +
+
+ {L_ENABLE} + +
+
+ +
+

{L_ENABLE_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_enable.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 4c94ce7b2b..dd892d3477 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -18,10 +18,10 @@
-

{L_ENABLE_SUCESS}

+

{L_ENABLE_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_enable.html | 58 ++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 27 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index dd892d3477..4b0f8bfdd7 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -1,27 +1,31 @@ - - - - -

{L_EXTENSIONS_ADMIN}

- -

{L_EXTENSIONS_EXPLAIN}

-

{L_ENABLE_EXPLAIN}

- - -

{L_ENABLE_CONFIRM}

- -
-
- {L_ENABLE} - -
-
- -
-

{L_ENABLE_SUCCESS}

-
-

{L_RETURN}

-
- - - + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+

{L_ENABLE_EXPLAIN}

+ + +

{L_ENABLE_CONFIRM}

+ +
+
+ {L_ENABLE} + +
+
+ +
+

{L_ENABLE_IN_PROGRESS}

+
+ +
+

{L_ENABLE_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_enable.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 4b0f8bfdd7..9f278bfbe0 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -6,13 +6,15 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- - -

{L_ENABLE_CONFIRM}

- + + +
+

{L_ENABLE_CONFIRM}

+
+
- {L_ENABLE} + {L_ENABLE}
-- 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_enable.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 9f278bfbe0..3f7be2c847 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -15,7 +15,8 @@
{L_ENABLE} - + +
-- cgit v1.2.1 From b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6 Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Sat, 9 Feb 2013 21:09:29 -0600 Subject: [feature/migrations] Catch and display errors from the migrator PHPBB3-11318 --- phpBB/adm/style/acp_ext_enable.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 3f7be2c847..35585207eb 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -7,7 +7,13 @@

{L_EXTENSIONS_EXPLAIN}

{L_ENABLE_EXPLAIN}

- + +
+

{L_MIGRATION_EXCEPTION_ERROR}

+

{MIGRATOR_ERROR}

+

{L_RETURN}

+
+

{L_ENABLE_CONFIRM}

-- 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_enable.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 35585207eb..2a8c638b1d 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -5,35 +5,35 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_ENABLE_EXPLAIN}

+

{L_EXTENSION_ENABLE_EXPLAIN}{L_EXTENSION_INSTALL_EXPLAIN}

{L_MIGRATION_EXCEPTION_ERROR}

{MIGRATOR_ERROR}

-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-

{L_ENABLE_CONFIRM}

+

{L_CONFIRM_MESSAGE}

- {L_ENABLE} - + {L_EXTENSION_ENABLE}{L_EXTENSION_INSTALL} +
-

{L_ENABLE_IN_PROGRESS}

+

{L_EXTENSION_ENABLE_IN_PROGRESS}{L_EXTENSION_INSTALL_IN_PROGRESS}

-

{L_ENABLE_SUCCESS}

+

{L_EXTENSION_ENABLE_SUCCESS}{L_EXTENSION_INSTALL_SUCCESS}


-

{L_RETURN}

+

{L_RETURN_TO_EXTENSION_LIST}

-- cgit v1.2.1 From 7e1a02b3a192771043009078630e8e2b9b8026a1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 2 Nov 2013 23:23:48 +0100 Subject: [ticket/11994] Make install/enable just one UI thing PHPBB3-11994 --- phpBB/adm/style/acp_ext_enable.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 2a8c638b1d..670904a2ce 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -5,7 +5,7 @@

{L_EXTENSIONS_ADMIN}

{L_EXTENSIONS_EXPLAIN}

-

{L_EXTENSION_ENABLE_EXPLAIN}{L_EXTENSION_INSTALL_EXPLAIN}

+

{L_EXTENSION_ENABLE_EXPLAIN}

@@ -20,18 +20,18 @@
- {L_EXTENSION_ENABLE}{L_EXTENSION_INSTALL} - + {L_EXTENSION_ENABLE} +
-

{L_EXTENSION_ENABLE_IN_PROGRESS}{L_EXTENSION_INSTALL_IN_PROGRESS}

+

{L_EXTENSION_ENABLE_IN_PROGRESS}

-

{L_EXTENSION_ENABLE_SUCCESS}{L_EXTENSION_INSTALL_SUCCESS}

+

{L_EXTENSION_ENABLE_SUCCESS}


{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_enable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 670904a2ce..42523f1f58 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.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_enable.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 42523f1f58..6bbd8c245b 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -14,13 +14,13 @@

{L_RETURN_TO_EXTENSION_LIST}

-
+
+

{L_CONFIRM}

{L_CONFIRM_MESSAGE}

-
+
- {L_EXTENSION_ENABLE}
-- 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_enable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_enable.html') diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 6bbd8c245b..8a4a35359e 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -26,7 +26,7 @@ -
+

{L_EXTENSION_ENABLE_IN_PROGRESS}

-- cgit v1.2.1