1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

[ticket/11150] Resize actions column

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-09-14 19:11:52 +02:00 committed by Tristan Darricau
parent bf5462e708
commit 8db408a21c
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -38,7 +38,7 @@
<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: 110px;">{{ lang("EXTENSION_ACTIONS") }}</th>
<th style="text-align: center; width: 150px;">{{ lang("EXTENSION_ACTIONS") }}</th>
</tr>
</thead>
<tbody>
@ -46,7 +46,7 @@
<tr>
<td>
<strong>{{ extension.display_name }}</strong><br />
<em>{{ extension.name }}</em>
{{ extension.name }}
</td>
<td style="text-align: center">{{ extension.version }}</td>
<td>{{ extension.description }} &bull; <a href="{{ extension.url }}">{{ lang('HOMEPAGE') }}</a></td>