1
0
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:
Tristan Darricau
2015-09-13 16:21:25 +02:00
committed by Tristan Darricau
parent adb8d30d98
commit 6a15ad1368
6 changed files with 61 additions and 19 deletions

View File

@@ -45,7 +45,7 @@
<tr>
<td>
<strong>{{ extension.name }}</strong><br />
<span><a href="{{ extension.url }}">{{ lang('DETAILS') }}</a> &bull; <a href="">{{ lang('INSTALL') }}</a></span>
<span><a href="{{ extension.url }}">{{ lang('DETAILS') }}</a> &bull; <a href="{{ U_ACTION }}&amp;action=install&amp;extension={{ extension.composer_name|url_encode }}">{{ lang('INSTALL') }}</a></span>
</td>
<td>{{ extension.version }}</td>
<td>{{ extension.description }}</td>