From 8824ccb3921345359eec56eabc64d7a7bbf18c52 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 4 Mar 2012 15:40:40 +0000 Subject: [PATCH] [ticket/10631] Add an extension details page PHPBB3-10631 --- phpBB/adm/style/acp_ext_details.html | 97 ++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 phpBB/adm/style/acp_ext_details.html diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html new file mode 100644 index 0000000000..397610d83b --- /dev/null +++ b/phpBB/adm/style/acp_ext_details.html @@ -0,0 +1,97 @@ + + + + +

{L_EXTENSIONS_ADMIN}

+ +

{L_EXTENSIONS_EXPLAIN}

+ +
+ {L_EXT_DETAILS} +
+
+
{DISPLAY_NAME}
+
+
+
+
{NAME}
+
+
+
+

{TYPE}

+
+
+
+

{DESCRIPTION}

+
+
+
+

{VERSION}

+
+
+
+

{HOMEPAGE}

+
+ +
+
+

{TIME}

+
+
+
+

{LICENCE}

+
+
+ +
+ {L_REQUIREMENTS} + +
+
+

{REQUIRE_PHPBB}

+
+ + +
+
+

{REQUIRE_PHP}

+
+ +
+ +
+ {L_AUTHOR_INFORMATION} + +
+
+
{authors.AUTHOR_NAME}
+
+
+
+
{authors.AUTHOR_USERNAME}
+
+ +
+
+
{authors.AUTHOR_EMAIL}
+
+ + +
+
+
{authors.AUTHOR_HOMEPAGE}
+
+ + +
+
+
{authors.AUTHOR_ROLE}
+
+ + +
+ + \ No newline at end of file