mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
[ticket/17359] Fix template events
PHPBB-17359
This commit is contained in:
@@ -98,11 +98,11 @@
|
|||||||
|
|
||||||
<!-- IF .available -->
|
<!-- IF .available -->
|
||||||
<tr>
|
<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>
|
</tr>
|
||||||
<!-- BEGIN available -->
|
<!-- BEGIN available -->
|
||||||
<tr class="ext_available row-highlight">
|
<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;">
|
<td style="text-align: center;">
|
||||||
<!-- IF available.S_VERSIONCHECK -->
|
<!-- IF available.S_VERSIONCHECK -->
|
||||||
<strong class="<!-- IF available.S_UP_TO_DATE -->current-ext<!-- ELSE -->outdated-ext<!-- ENDIF -->">{available.META_VERSION}</strong>
|
<strong class="<!-- IF available.S_UP_TO_DATE -->current-ext<!-- ELSE -->outdated-ext<!-- ENDIF -->">{available.META_VERSION}</strong>
|
||||||
|
@@ -70,6 +70,18 @@ acp_ext_details_notice
|
|||||||
* Since: 3.1.11-RC1
|
* Since: 3.1.11-RC1
|
||||||
* Purpose: Add extension detail notices after version check information.
|
* 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
|
acp_ext_list_disabled_name_after
|
||||||
===
|
===
|
||||||
* Location: adm/style/acp_ext_list.html
|
* Location: adm/style/acp_ext_list.html
|
||||||
|
Reference in New Issue
Block a user