From e71e6224f596677e5bed90f4087c1b6eac5e1e93 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Fri, 25 Sep 2015 19:20:36 +0200 Subject: [PATCH] [ticket/11150] Remove 'Update' and 'Remove' actions in the catalog PHPBB3-11150 --- phpBB/adm/style/acp_ext_catalog.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/phpBB/adm/style/acp_ext_catalog.html b/phpBB/adm/style/acp_ext_catalog.html index b47a241c55..345c32b067 100644 --- a/phpBB/adm/style/acp_ext_catalog.html +++ b/phpBB/adm/style/acp_ext_catalog.html @@ -109,14 +109,11 @@ {% if extension.name in managed_extensions %} {{ lang('INSTALLED') }} - {%- if enabled -%}
- ({{ lang('UPDATE') }} - • {{ lang('REMOVE') }}) - {%- endif -%} {% elseif extension.name in installed_extensions -%} {{ lang('INSTALLED_MANUALLY') }} {%- if enabled -%}
- ({{ lang('MANAGE') }}){%- endif -%} + ({{ lang('MANAGE') }}) + {%- endif -%} {% elseif enabled -%} {{ lang('INSTALL') }} {%- endif -%}