mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11366] Fix headings css in list page
PHPBB3-11366
This commit is contained in:
parent
629c47acfe
commit
fde5a9d472
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>{L_EXTENSION_NAME}</th>
|
||||
<th style="text-align: center;" width="20%">{L_CURRENT_VERSION}</th>
|
||||
<th style="text-align: center;" width="10%">{L_EXTENSION_OPTIONS}</th>
|
||||
<th style="text-align: center;" width="25%">{L_EXTENSION_ACTIONS}</th>
|
||||
<th style="text-align: center; width: 20%;">{L_CURRENT_VERSION}</th>
|
||||
<th style="text-align: center; width: 10%;">{L_EXTENSION_OPTIONS}</th>
|
||||
<th style="text-align: center; width: 25%;">{L_EXTENSION_ACTIONS}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue