[ticket/17359] Fix template events

PHPBB-17359
This commit is contained in:
rxu 2024-06-30 20:35:58 +07:00
parent 9e11624693
commit 8aef7b5659
No known key found for this signature in database
GPG key ID: 955F0567380E586A
2 changed files with 14 additions and 2 deletions

View file

@ -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>

View file

@ -70,6 +70,18 @@ acp_ext_details_notice
* Since: 3.1.11-RC1
* Purpose: Add extension detail notices after version check information.
acp_ext_list_available_name_after
===
* Location: adm/style/acp_ext_list.html
* Since: 3.1.13-RC1
* Purpose: Add content after the name of available extensions in the list
acp_ext_list_available_title_after
===
* Location: adm/style/acp_ext_list.html
* Since: 3.1.13-RC1
* Purpose: Add text after available extensions section title.
acp_ext_list_disabled_name_after
===
* Location: adm/style/acp_ext_list.html