From 0625e38f80724b003ca8235e3b02a082e134a1a7 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 30 Jul 2015 18:08:45 +0200 Subject: [PATCH] LSimport : also display error on other attributes --- public_html/templates/default/import.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public_html/templates/default/import.tpl b/public_html/templates/default/import.tpl index bcf2ee94..63691448 100644 --- a/public_html/templates/default/import.tpl +++ b/public_html/templates/default/import.tpl @@ -49,6 +49,18 @@ {/if} {/foreach} +{foreach $error.errors.attrs as $a => $es} + {if !in_array($a,$error.data)} +
  • + {$a} : + +
  • + {/if} +{/foreach} {/foreach}