mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11366] Set the size of the 'current version' column to 20%
PHPBB3-11366
This commit is contained in:
parent
f5da195a03
commit
9cd25cc828
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue