diff options
author | Nicofuma <github@nicofuma.fr> | 2014-05-02 23:05:18 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-28 22:16:42 +0200 |
commit | 9cd25cc828da47fc2d8b5fa044519d406cad4d11 (patch) | |
tree | 8a2b2ab48627fdb691177112b2e1634194cccf67 /phpBB/adm | |
parent | f5da195a039ba82c9629e06392a8ed34096fdbfa (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/adm/style/acp_ext_list.html | 2 |
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> |