mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11150] Tweak gallery actions
PHPBB3-11150
This commit is contained in:
parent
35b0543da9
commit
178f0e1639
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@
|
||||||
• <a href="{{ U_ACTION }}&action=remove&extension={{ extension.composer_name|url_encode }}" style="color: #BC2A4D;">{{ lang('REMOVE') }}</a>)
|
• <a href="{{ U_ACTION }}&action=remove&extension={{ extension.composer_name|url_encode }}" style="color: #BC2A4D;">{{ lang('REMOVE') }}</a>)
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{% elseif extension.name in installed_extensions -%}
|
{% elseif extension.name in installed_extensions -%}
|
||||||
<span style="color: #BC2A4D;">{{ lang('INSTALLED_MANUALLY') }}</span>{%- if enabled %} (<a href="{{ U_ACTION }}&action=manage&extension={{ extension.composer_name|url_encode }}">{{ lang('MANAGE') }}</a>){%- endif -%}
|
<span style="color: #BC2A4D;">{{ lang('INSTALLED_MANUALLY') }}</span>
|
||||||
|
{%- if enabled -%}<br />
|
||||||
|
(<a href="{{ U_ACTION }}&action=manage&extension={{ extension.composer_name|url_encode }}">{{ lang('MANAGE') }}</a>){%- endif -%}
|
||||||
{% elseif enabled -%}
|
{% elseif enabled -%}
|
||||||
<a href="{{ U_ACTION }}&action=install&extension={{ extension.composer_name|url_encode }}">{{ lang('INSTALL') }}</a>
|
<a href="{{ U_ACTION }}&action=install&extension={{ extension.composer_name|url_encode }}">{{ lang('INSTALL') }}</a>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue