mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17359] Fix template events
PHPBB-17359
This commit is contained in:
@@ -98,11 +98,11 @@
|
||||
|
||||
<!-- IF .available -->
|
||||
<tr>
|
||||
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_AVAILABLE}</strong><!-- EVENT acp_ext_list_disabled_title_after --></td>
|
||||
<td class="row3" colspan="4"><strong>{L_EXTENSIONS_AVAILABLE}</strong><!-- EVENT acp_ext_list_available_title_after --></td>
|
||||
</tr>
|
||||
<!-- BEGIN available -->
|
||||
<tr class="ext_available row-highlight">
|
||||
<td><strong title="{available.NAME}">{available.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_disabled_name_after --></td>
|
||||
<td><strong title="{available.NAME}">{available.META_DISPLAY_NAME}</strong><!-- EVENT acp_ext_list_available_name_after --></td>
|
||||
<td style="text-align: center;">
|
||||
<!-- IF available.S_VERSIONCHECK -->
|
||||
<strong class="<!-- IF available.S_UP_TO_DATE -->current-ext<!-- ELSE -->outdated-ext<!-- ENDIF -->">{available.META_VERSION}</strong>
|
||||
|
Reference in New Issue
Block a user