1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11150] Improves requirements check

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2016-01-09 16:53:10 +01:00
committed by Tristan Darricau
parent 16d3fa49a1
commit 4599799fba
5 changed files with 25 additions and 10 deletions

View File

@@ -6,12 +6,6 @@
<p>{{ lang( 'EXTENSIONS_CATALOG_EXPLAIN') }}</p>
{% if not enabled %}
<div class="errorbox">
{{ lang('EXTENSIONS_COMPOSER_NOT_WRITABLE') }}
</div>
{% endif %}
<fieldset class="quick quick-left">
<span class="small"><a href="https://www.phpbb.com/go/customise/extensions/3.1" target="_blank">{{ lang('BROWSE_EXTENSIONS_DATABASE') }}</a> &bull; <a href="javascript:phpbb.toggleDisplay('catalog_settings');">{{ lang('SETTINGS') }}</a></span>
</fieldset>