mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17359] Fix template events
PHPBB-17359
This commit is contained in:
parent
9e11624693
commit
8aef7b5659
2 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue