From a9566589239896590907c41e71974d4b2ae5793e Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 5 Nov 2014 15:32:45 +0100 Subject: [PATCH] LSformElement :: supannRoleEntite : fix little typo in template --- .../templates/default/LSformElement_supannRoleEntite_field.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/templates/default/LSformElement_supannRoleEntite_field.tpl b/public_html/templates/default/LSformElement_supannRoleEntite_field.tpl index 1f0a5f1d..7678dc88 100644 --- a/public_html/templates/default/LSformElement_supannRoleEntite_field.tpl +++ b/public_html/templates/default/LSformElement_supannRoleEntite_field.tpl @@ -1,7 +1,7 @@ {if $freeze} {if $value or $parseValue} {if $parseValue} - {if $label_role}[{$label_role}] {/if}{$role} : {if $label_code}[{$label_code}] {/if}{$code} ({if $label_type}[{$label_type}] {/if}{$type}) + {if $label_role}[{$label_role}] {/if}{$role} : {if $label_code}[{$label_code}] {/if}{$code} ({if $label_type}[{$label_type}] {/if}{$type}) {else} {$value} {/if}