// Modules page + Warning

This commit is contained in:
Kevin Granger
2013-08-26 11:38:10 +02:00
parent b2f0a8aea9
commit f8f2c99d28
36 changed files with 159 additions and 177 deletions
@@ -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}