From f8e92efc3f213f966a4faa1966ff8e64270328f4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 2 Nov 2013 23:40:56 +0100 Subject: [ticket/11994] Rename "uninstall" to "delete data" PHPBB3-11994 --- phpBB/adm/style/acp_ext_delete_data.html | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 phpBB/adm/style/acp_ext_delete_data.html (limited to 'phpBB/adm/style/acp_ext_delete_data.html') diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html new file mode 100644 index 0000000000..bbac22055f --- /dev/null +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -0,0 +1,40 @@ + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+

{L_EXTENSION_DELETE_DATA_EXPLAIN}

+ + +
+

{L_MIGRATION_EXCEPTION_ERROR}

+

{MIGRATOR_ERROR}

+

{L_RETURN_TO_EXTENSION_LIST}

+
+ +
+

{L_CONFIRM_MESSAGE}

+
+ +
+
+ {L_EXTENSION_DELETE_DATA} + + +
+
+ +
+

{L_EXTENSION_DELETE_DATA_IN_PROGRESS}

+
+ +
+

{L_EXTENSION_DELETE_DATA_SUCCESS}

+
+

{L_RETURN_TO_EXTENSION_LIST}

+
+ + + -- cgit v1.2.1 From 7a8a4408952659d59a3c92108eae6ef0f10a5bb3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Nov 2013 14:08:55 +0100 Subject: [ticket/12002] Change functional test to use link hash PHPBB3-12002 --- phpBB/adm/style/acp_ext_delete_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_delete_data.html') diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index bbac22055f..5b38d9b8d0 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -21,7 +21,7 @@
{L_EXTENSION_DELETE_DATA} - +
-- 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_delete_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_ext_delete_data.html') diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index 5b38d9b8d0..0f3adb7cfe 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

-- cgit v1.2.1