[+] BO Manufacturers

This commit is contained in:
Kevin Granger
2013-07-26 10:21:23 +02:00
parent 9e5bbac559
commit 72b046d5f0
2 changed files with 9 additions and 6 deletions
@@ -47,7 +47,8 @@
<div class="alert alert-info">{$field}</div>
{elseif $key == 'input'}
{foreach $field as $input}
<div class="row">
<div class="row {if $input.type == 'hidden'}hide{/if}">
{if $input.type == 'hidden'}
<input type="hidden" name="{$input.name}" id="{$input.name}" value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}" />
{else}