aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-23 15:17:42 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:23 +0100
commit8bbab088dd5830d8dd1151a3684dde5c197ba268 (patch)
tree6dce9ae98ac0483d01ca9b82c9d915b48fb8fec7 /phpBB/adm
parent74492b3cdda9538263484a6f2a2042ac1900228a (diff)
downloadforums-8bbab088dd5830d8dd1151a3684dde5c197ba268.tar
forums-8bbab088dd5830d8dd1151a3684dde5c197ba268.tar.gz
forums-8bbab088dd5830d8dd1151a3684dde5c197ba268.tar.bz2
forums-8bbab088dd5830d8dd1151a3684dde5c197ba268.tar.xz
forums-8bbab088dd5830d8dd1151a3684dde5c197ba268.zip
[ticket/10631] Validation for extensions
PHPBB3-10631
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_ext_details.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html
index 776c44711c..5af9603a75 100644
--- a/phpBB/adm/style/acp_ext_details.html
+++ b/phpBB/adm/style/acp_ext_details.html
@@ -6,10 +6,12 @@
<fieldset>
<legend>{L_EXT_DETAILS}</legend>
+ <!-- IF MD_DISPLAY_NAME -->
<dl>
<dt><label for="md_display_name">{L_DISPLAY_NAME}:</label></dt>
<dd><strong id="md_display_name">{MD_DISPLAY_NAME}</strong></dd>
</dl>
+ <!-- ENDIF -->
<dl>
<dt><label for="md_name">{L_CLEAN_NAME}:</label></dt>
<dd><strong id="md_name">{MD_NAME}</strong></dd>
@@ -43,7 +45,7 @@
<dd><p id="md_license">{MD_LICENCE}</p></dd>
</dl>
</fieldset>
-
+
<fieldset>
<legend>{L_REQUIREMENTS}</legend>
<!-- IF MD_REQUIRE_PHPBB -->
@@ -85,9 +87,9 @@
<dd><strong id="md_author_role">{md_authors.AUTHOR_ROLE}</strong></dd>
</dl>
<!-- ENDIF -->
-
+
<br /><br />
<!-- END md_authors -->
</fieldset>
-
+
<!-- INCLUDE overall_footer.html -->