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}