// 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
@@ -44,7 +44,7 @@
<table class="table">
<tr>
<td>
<div class="alert alert-block">{l s='No modules available in this section.'}</div>
<div class="alert alert-warning">{l s='No modules available in this section.'}</div>
</td>
</tr>
</table>
@@ -274,7 +274,7 @@
{/block}{* end block input *}
{if $field['is_invisible']}
<p class="alert alert-block">
<p class="alert alert-warning">
{l s='You can\'t change the value of this configuration field in the context of this shop.'}
</p>
{/if}