[ticket/11366] Set the size of the 'current version' column to 20%

PHPBB3-11366
This commit is contained in:
Nicofuma 2014-05-02 23:05:18 +02:00 committed by Tristan Darricau
parent f5da195a03
commit 9cd25cc828

View file

@ -11,7 +11,7 @@
<thead> <thead>
<tr> <tr>
<th>{L_EXTENSION_NAME}</th> <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_OPTIONS}</th>
<th width="10%">{L_EXTENSION_ACTIONS}</th> <th width="10%">{L_EXTENSION_ACTIONS}</th>
</tr> </tr>