diff --git a/public_html/templates/default/LSform.tpl b/public_html/templates/default/LSform.tpl index ae6d2b4d..1bb3d835 100644 --- a/public_html/templates/default/LSform.tpl +++ b/public_html/templates/default/LSform.tpl @@ -1,37 +1,37 @@ -
{$value.value|escape:"htmlall"}
+
{tr msg=$cconf.label}{if $cconf.required}*{/if} : {if $cconf.type=='table' or $cconf.type=='codeEntite'} - + {if $parseValue and !empty($parseValue[$c].label) and $parseValue[$c].label!='no'} {assign var=clabel value=$parseValue[$c].label} @@ -30,7 +30,7 @@ {$noValueTxt|escape:"htmlall"} {/if} {else} - + {/if}
{foreach from=$LSview_actions item=item} - + {/foreach}
{$question|escape:"htmlall"}
{$searchForm.labels.approx|escape:"htmlall"} : diff --git a/public_html/templates/default/select_table.tpl b/public_html/templates/default/select_table.tpl index b3b1addc..58fb1e05 100644 --- a/public_html/templates/default/select_table.tpl +++ b/public_html/templates/default/select_table.tpl @@ -1,4 +1,4 @@ -
{$searchForm.labels.approx|escape:"htmlall"} : {if $searchForm.recursive}{$searchForm.labels.recursive|escape:"htmlall"} : {/if} @@ -22,7 +22,7 @@