mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-17 22:11:26 +02:00
[ticket/11150] Gallery => Catalog
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
963eea33a9
commit
38a58df41b
@@ -65,8 +65,8 @@
|
||||
|
||||
<!-- 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>
|
||||
| <a href="{U_GALLERY_ACTION}&action=remove&extension={enabled.META_NAME}" style="color: #BC2A4D;">{L_REMOVE}</a>
|
||||
<a href="{U_CATALOG_ACTION}&action=update&extension={enabled.META_NAME}">{L_UPDATE}</a>
|
||||
| <a href="{U_CATALOG_ACTION}&action=remove&extension={enabled.META_NAME}" style="color: #BC2A4D;">{L_REMOVE}</a>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
@@ -98,8 +98,8 @@
|
||||
|
||||
<!-- 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>
|
||||
<a href="{U_CATALOG_ACTION}&action=update&extension={disabled.META_NAME}">{L_UPDATE}</a>
|
||||
| <a href="{U_CATALOG_ACTION}&action=remove&extension={disabled.META_NAME}" style="color: #BC2A4D;">{L_REMOVE}</a>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user