From a04cded17a4188fcd572311cb67e8a4c50d34985 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 12 Sep 2012 14:09:18 +0200 Subject: [PATCH] LSformElement::supannLabeledValue : Fixed display problems --- .../templates/default/LSformElement_supannLabeledValue.tpl | 2 ++ .../default/LSformElement_supannLabeledValue_field.tpl | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public_html/templates/default/LSformElement_supannLabeledValue.tpl b/public_html/templates/default/LSformElement_supannLabeledValue.tpl index 076f6060..a24bdcd3 100644 --- a/public_html/templates/default/LSformElement_supannLabeledValue.tpl +++ b/public_html/templates/default/LSformElement_supannLabeledValue.tpl @@ -6,6 +6,7 @@
  • {include file=$fieldTemplate}
  • {foreachelse} {assign var=value value=""} + {assign var=parseValue value=""}
  • {include file=$fieldTemplate}
  • {/foreach} {else} @@ -13,6 +14,7 @@
  • {include file=$fieldTemplate}
  • {foreachelse} {assign var=value value=""} + {assign var=parseValue value=""}
  • {include file=$fieldTemplate}
  • {/foreach} {/if} diff --git a/public_html/templates/default/LSformElement_supannLabeledValue_field.tpl b/public_html/templates/default/LSformElement_supannLabeledValue_field.tpl index 6f2d243f..c7d2ebf9 100644 --- a/public_html/templates/default/LSformElement_supannLabeledValue_field.tpl +++ b/public_html/templates/default/LSformElement_supannLabeledValue_field.tpl @@ -9,5 +9,9 @@ {$noValueTxt} {/if} {else} - +{if $parseValue} + +{else} + +{/if} {/if}