// Modules page + Warning
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
{extends file="helpers/view/view.tpl"}
|
||||
{block name="override_tpl"}
|
||||
{if !$shop_context}
|
||||
<div class="alert alert-block">{l s='You have more than one shop and must select one to configure payment.'}</div>
|
||||
<div class="alert alert-warning">{l s='You have more than one shop and must select one to configure payment.'}</div>
|
||||
{else}
|
||||
{if isset($modules_list)}
|
||||
{$modules_list}
|
||||
@@ -36,7 +36,7 @@
|
||||
{include file='controllers/payment/restrictions.tpl'}
|
||||
{/foreach}
|
||||
{else}
|
||||
<div class="alert alert-block">{l s='No payment module installed'}</div>
|
||||
<div class="alert alert-warning">{l s='No payment module installed'}</div>
|
||||
{/if}
|
||||
{/if}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user