[+] BO: Form components
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<!--end addons login-->
|
||||
{else}
|
||||
{if $check_url_fopen eq 'ko' OR $check_openssl eq 'ko'}
|
||||
<div class="warn">
|
||||
<div class="alert alert-block">
|
||||
<b>{l s='If you want to be able to fully use the AdminModules panel and have free modules available, you should enable the following configuration on your server:'}</b><br />
|
||||
{if $check_url_fopen eq 'ko'}- {l s='Enable allow_url_fopen'}<br />{/if}
|
||||
{if $check_openssl eq 'ko'}- {l s='Enable php openSSL extension'}<br />{/if}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{include file='controllers/modules/header.tpl'}
|
||||
{include file='controllers/modules/filters.tpl'}
|
||||
{if $upgrade_available|@count}
|
||||
<div class="hint" style="display:block;">
|
||||
<div class="alert alert-info" style="display:block;">
|
||||
{l s='An upgrade is available for some of your modules!'}
|
||||
<ul>
|
||||
{foreach from=$upgrade_available item='module'}
|
||||
|
||||
Reference in New Issue
Block a user