mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11150] Resizes some columns
PHPBB3-11150
This commit is contained in:
parent
f6a867af5f
commit
bf5462e708
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@
|
|||
<col class="row1" ><col class="row1" ><col class="row1" ><col class="row2" >
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 21%;">{{ lang("EXTENSION_NAME") }}</th>
|
||||
<th style="width: 250px;">{{ lang("EXTENSION_NAME") }}</th>
|
||||
<th style="text-align: center; width: 80px;">{{ lang("VERSION") }}</th>
|
||||
<th>{{ lang("DESCRIPTION") }}</th>
|
||||
<th style="text-align: center; width: 100px;">{{ lang("EXTENSION_ACTIONS") }}</th>
|
||||
<th style="text-align: center; width: 110px;">{{ lang("EXTENSION_ACTIONS") }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue