mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
[ticket/11150] Add Remove && Update buttons
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
d6618397bf
commit
88b32580dc
@@ -62,6 +62,11 @@
|
||||
<a href="{enabled.actions.U_ACTION}"<!-- IF enabled.actions.L_ACTION_EXPLAIN --> title="{enabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{enabled.actions.L_ACTION}</a>
|
||||
<!-- IF not enabled.actions.S_LAST_ROW --> | <!-- ENDIF -->
|
||||
<!-- END actions -->
|
||||
|
||||
<!-- IF enabled.META_NAME in MANAGED_EXTENSIONS -->
|
||||
<!-- IF enabled.actions is defined --> | <!-- ENDIF -->
|
||||
<a href="{U_GALLERY_ACTION}&action=update&extension={enabled.META_NAME}">{L_UPDATE}</a>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END enabled -->
|
||||
@@ -89,6 +94,12 @@
|
||||
<a href="{disabled.actions.U_ACTION}"<!-- IF disabled.actions.L_ACTION_EXPLAIN --> title="{disabled.actions.L_ACTION_EXPLAIN}"<!-- ENDIF -->>{disabled.actions.L_ACTION}</a>
|
||||
<!-- IF not disabled.actions.S_LAST_ROW --> | <!-- ENDIF -->
|
||||
<!-- END actions -->
|
||||
|
||||
<!-- IF disabled.META_NAME in MANAGED_EXTENSIONS -->
|
||||
<!-- IF disabled.actions is defined --> | <!-- ENDIF -->
|
||||
<a href="{U_GALLERY_ACTION}&action=update&extension={disabled.META_NAME}">{L_UPDATE}</a>
|
||||
| <a href="{U_GALLERY_ACTION}&action=remove&extension={disabled.META_NAME}" style="color: #BC2A4D;">{L_REMOVE}</a>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END disabled -->
|
||||
|
Reference in New Issue
Block a user