From 178f0e16393fe77f599d708ea96339a766b1ce36 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Tue, 15 Sep 2015 19:00:59 +0200 Subject: [PATCH] [ticket/11150] Tweak gallery actions PHPBB3-11150 --- phpBB/adm/style/acp_ext_gallery.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_ext_gallery.html b/phpBB/adm/style/acp_ext_gallery.html index 7da97edd1e..4b85494a09 100644 --- a/phpBB/adm/style/acp_ext_gallery.html +++ b/phpBB/adm/style/acp_ext_gallery.html @@ -99,7 +99,9 @@ • {{ lang('REMOVE') }}) {%- endif -%} {% elseif extension.name in installed_extensions -%} - {{ lang('INSTALLED_MANUALLY') }}{%- if enabled %} ({{ lang('MANAGE') }}){%- endif -%} + {{ lang('INSTALLED_MANUALLY') }} + {%- if enabled -%}
+ ({{ lang('MANAGE') }}){%- endif -%} {% elseif enabled -%} {{ lang('INSTALL') }} {%- endif -%}