aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-13 10:31:54 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-13 10:31:54 +0100
commitb155056cb9f72295eaae877a2335094e4cf747d8 (patch)
treea84445303ab170d1a5b64e504134f8f6e7550cac /phpBB/adm/style/acp_ext_list.html
parent95d4e6aa97606f427f56644c03e1253aa3235382 (diff)
downloadforums-b155056cb9f72295eaae877a2335094e4cf747d8.tar
forums-b155056cb9f72295eaae877a2335094e4cf747d8.tar.gz
forums-b155056cb9f72295eaae877a2335094e4cf747d8.tar.bz2
forums-b155056cb9f72295eaae877a2335094e4cf747d8.tar.xz
forums-b155056cb9f72295eaae877a2335094e4cf747d8.zip
[ticket/11996] Use a table for better styling
PHPBB3-11996
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html19
1 files changed, 17 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index dad1838ed3..09cf6a31f5 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -6,8 +6,6 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
- <p>{L_EXTENSION_ACTIONS_EXPLAIN}</p>
-
<table class="table1">
<col class="row1" ><col class="row2" ><col class="row2" >
<thead>
@@ -57,5 +55,22 @@
<!-- ENDIF -->
</tbody>
</table>
+ <br />
+
+ <table class="table1">
+ <tr>
+ <th>{L_EXTENSION_UPDATE_HEADLINE}</th>
+ </tr>
+ <tr>
+ <td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td>
+ </tr>
+ <tr>
+ <th>{L_EXTENSION_REMOVE_HEADLINE}</th>
+ </tr>
+ <tr>
+ <td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td>
+ </tr>
+ </tbody>
+ </table>
<!-- INCLUDE overall_footer.html -->