1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 19:07:27 +01:00

[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>
<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>