From 57f76f739bab80974fd0b803d14fe93fb857ba1d Mon Sep 17 00:00:00 2001
From: vAugagneur
Date: Mon, 5 Mar 2012 13:54:01 +0000
Subject: [PATCH] //small fix
---
admin-dev/themes/default/template/helpers/form/form.tpl | 5 ++++-
.../themes/default/template/helpers/options/options.tpl | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl
index 88792fa84..430912e4d 100644
--- a/admin-dev/themes/default/template/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/helpers/form/form.tpl
@@ -339,7 +339,10 @@
{/if}
{if isset($input.lang) && isset($languages)}{/if}
- {block name="end_field_block"}{/block}
+ {block name="end_field_block"}
+
+
+ {/block}
{/if}
{if $input.name == 'id_state'}
diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl
index e5a2de47f..bc96aaf79 100644
--- a/admin-dev/themes/default/template/helpers/options/options.tpl
+++ b/admin-dev/themes/default/template/helpers/options/options.tpl
@@ -190,7 +190,10 @@
{if isset($field['desc'])}{$field['desc']}
{/if}
{if $field['is_invisible']}{l s='You can\'t change the value of this configuration field in this shop context'}
{/if}
- {block name="end_field_block"}{/block}
+ {block name="end_field_block"}
+
+
+ {/block}
{/if}
{/foreach}
{if isset($categoryData['submit'])}