From 87e23f2ea463bdb2f4e6821af275e0e09c1e2732 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 23 May 2011 11:05:48 +0200 Subject: [PATCH] LSformElement : Added autocomplete="off" in fields templates --- public_html/templates/default/LSformElement_date_field.tpl | 2 +- public_html/templates/default/LSformElement_field.tpl | 2 +- public_html/templates/default/LSformElement_maildir_field.tpl | 2 +- public_html/templates/default/LSformElement_password_field.tpl | 2 +- public_html/templates/default/LSformElement_text_field.tpl | 2 +- public_html/templates/default/LSformElement_uri_field.tpl | 2 +- .../templates/default/LSformElement_valueWithUnit_field.tpl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public_html/templates/default/LSformElement_date_field.tpl b/public_html/templates/default/LSformElement_date_field.tpl index 2c90588c..d2ffd173 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}{else}{$noValueTxt}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_field.tpl b/public_html/templates/default/LSformElement_field.tpl index e447a0b6..00604059 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}{else}{$noValueTxt}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_maildir_field.tpl b/public_html/templates/default/LSformElement_maildir_field.tpl index 15404914..2c5cd30e 100644 --- a/public_html/templates/default/LSformElement_maildir_field.tpl +++ b/public_html/templates/default/LSformElement_maildir_field.tpl @@ -1,5 +1,5 @@ {if $freeze} {if $value}{$value}{else}{$noValueTxt}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_password_field.tpl b/public_html/templates/default/LSformElement_password_field.tpl index dd80297c..d8e8f58d 100644 --- a/public_html/templates/default/LSformElement_password_field.tpl +++ b/public_html/templates/default/LSformElement_password_field.tpl @@ -1,5 +1,5 @@ {if $freeze} ******** {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_text_field.tpl b/public_html/templates/default/LSformElement_text_field.tpl index 6806d832..5df9fe1a 100644 --- a/public_html/templates/default/LSformElement_text_field.tpl +++ b/public_html/templates/default/LSformElement_text_field.tpl @@ -1,5 +1,5 @@ {if $freeze} {if $value}{$value}{else}{$noValueTxt}{/if} {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_uri_field.tpl b/public_html/templates/default/LSformElement_uri_field.tpl index 89a057e0..d538d1b5 100644 --- a/public_html/templates/default/LSformElement_uri_field.tpl +++ b/public_html/templates/default/LSformElement_uri_field.tpl @@ -8,5 +8,5 @@ {else} - + {/if} diff --git a/public_html/templates/default/LSformElement_valueWithUnit_field.tpl b/public_html/templates/default/LSformElement_valueWithUnit_field.tpl index 1f739af2..cb39e0fd 100644 --- a/public_html/templates/default/LSformElement_valueWithUnit_field.tpl +++ b/public_html/templates/default/LSformElement_valueWithUnit_field.tpl @@ -19,7 +19,7 @@ {html_options options=$units selected=$values_and_units[$value].unitSill} {else} - + {/if} {if $values_and_units[$value].unknown} {$values_and_units[$value].unknown}