mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11150] Implement install extension link in ACP
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
adb8d30d98
commit
6a15ad1368
@@ -45,7 +45,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{{ extension.name }}</strong><br />
|
||||
<span><a href="{{ extension.url }}">{{ lang('DETAILS') }}</a> • <a href="">{{ lang('INSTALL') }}</a></span>
|
||||
<span><a href="{{ extension.url }}">{{ lang('DETAILS') }}</a> • <a href="{{ U_ACTION }}&action=install&extension={{ extension.composer_name|url_encode }}">{{ lang('INSTALL') }}</a></span>
|
||||
</td>
|
||||
<td>{{ extension.version }}</td>
|
||||
<td>{{ extension.description }}</td>
|
||||
|
Reference in New Issue
Block a user