aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-05-02 23:05:18 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:16:42 +0200
commit9cd25cc828da47fc2d8b5fa044519d406cad4d11 (patch)
tree8a2b2ab48627fdb691177112b2e1634194cccf67 /phpBB/adm/style/acp_ext_list.html
parentf5da195a039ba82c9629e06392a8ed34096fdbfa (diff)
downloadforums-9cd25cc828da47fc2d8b5fa044519d406cad4d11.tar
forums-9cd25cc828da47fc2d8b5fa044519d406cad4d11.tar.gz
forums-9cd25cc828da47fc2d8b5fa044519d406cad4d11.tar.bz2
forums-9cd25cc828da47fc2d8b5fa044519d406cad4d11.tar.xz
forums-9cd25cc828da47fc2d8b5fa044519d406cad4d11.zip
[ticket/11366] Set the size of the 'current version' column to 20%
PHPBB3-11366
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 2e949e5c3b..a47b1bd576 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -11,7 +11,7 @@
<thead>
<tr>
<th>{L_EXTENSION_NAME}</th>
- <th width="10%">{L_CURRENT_VERSION}</th>
+ <th width="20%">{L_CURRENT_VERSION}</th>
<th width="10%">{L_EXTENSION_OPTIONS}</th>
<th width="10%">{L_EXTENSION_ACTIONS}</th>
</tr>