mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/11366] Versions, options and actions heading should be centered
PHPBB3-11366
This commit is contained in:
parent
82c97b0a3f
commit
9b756b9b98
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_EXTENSION_NAME}</th>
|
<th>{L_EXTENSION_NAME}</th>
|
||||||
<th width="20%">{L_CURRENT_VERSION}</th>
|
<th style="text-align: center;" width="20%">{L_CURRENT_VERSION}</th>
|
||||||
<th width="10%">{L_EXTENSION_OPTIONS}</th>
|
<th style="text-align: center;" width="10%">{L_EXTENSION_OPTIONS}</th>
|
||||||
<th width="25%">{L_EXTENSION_ACTIONS}</th>
|
<th style="text-align: center;" width="25%">{L_EXTENSION_ACTIONS}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue