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 @@ -
+ {$LSform_header} {if $LSform_layout} {foreach from=$LSform_layout item=tab key=tab_key} - +

{tr msg=$tab.label}

-
+
{if $LSformElement_image!='' && $tab.img==1}
{if $LSformElement_image_actions!='' && !$LSformElement_image_errors}
    -
  • +
  • {foreach from=$LSformElement_image_actions item=item} -
  • +
  • {/foreach}
{/if} - +
{/if}
{foreach from=$tab.args item=arg} {if $LSform_fields[$arg]} -
{$LSform_fields[$arg].label}{if $LSform_fields[$arg].required} *{/if}{if $LSform_fields[$arg].help_info!=""} ?{/if}
+
{$LSform_fields[$arg].label}{if $LSform_fields[$arg].required} *{/if}{if $LSform_fields[$arg].help_info!=""} ?{/if}
{$LSform_fields[$arg].html}{if $LSform_fields[$arg].add != ''} + Ajouter un champ{/if}
{if $LSform_fields[$arg].errors != ''} {foreach from=$LSform_fields[$arg].errors item=error} @@ -40,7 +40,7 @@ {/if} {/if} {/foreach} -
+
@@ -51,20 +51,20 @@
{if $LSformElement_image_actions!='' && !$LSformElement_image_errors}
    -
  • +
  • {foreach from=$LSformElement_image_actions item=item} -
  • +
  • {/foreach}
{/if} - +
{/if}
{foreach from=$LSform_fields item=field} -
{$field.label}{if $field.required} *{/if}{if $field.help_info!=""} ?{/if}
+
{$field.label}{if $field.required} *{/if}{if $field.help_info!=""} ?{/if}
{$field.html}{if $field.add != ''} + Ajouter un champ{/if}
{if $field.errors != ''} {foreach from=$field.errors item=error} @@ -72,7 +72,7 @@ {/foreach} {/if} {/foreach} -
+
diff --git a/public_html/templates/default/LSformElement_boolean_field.tpl b/public_html/templates/default/LSformElement_boolean_field.tpl index 30bc1678..5b1ef98c 100644 --- a/public_html/templates/default/LSformElement_boolean_field.tpl +++ b/public_html/templates/default/LSformElement_boolean_field.tpl @@ -1,5 +1,5 @@ {if $freeze} {if $value=='yes'}{$yesTxt|escape:"htmlall"}{elseif $value=='no'}{$noTxt|escape:"htmlall"}{else}{$noValueTxt|escape:"htmlall"}{/if} {else} -{$yesTxt|escape:"htmlall"} {$noTxt|escape:"htmlall"} +{$yesTxt|escape:"htmlall"} {$noTxt|escape:"htmlall"} {/if} diff --git a/public_html/templates/default/LSformElement_date_field.tpl b/public_html/templates/default/LSformElement_date_field.tpl index 018138bd..f66b8bbb 100644 --- a/public_html/templates/default/LSformElement_date_field.tpl +++ b/public_html/templates/default/LSformElement_date_field.tpl @@ -1,5 +1,5 @@ {if $freeze} {if $value}{$value|escape:"htmlall"}{else}{$noValueTxt|escape:"htmlall"}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_field.tpl b/public_html/templates/default/LSformElement_field.tpl index 219c552d..8099039e 100644 --- a/public_html/templates/default/LSformElement_field.tpl +++ b/public_html/templates/default/LSformElement_field.tpl @@ -1,5 +1,5 @@ {if $freeze} {if $value}{$value|escape:"htmlall"}{else}{$noValueTxt|escape:"htmlall"}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl b/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl index 0c8d92e7..421de90c 100644 --- a/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl +++ b/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl @@ -7,7 +7,7 @@