Commit 95d8cde88ab94cea4de3feafa4dd411b2dc452c6

Authored by Kevin Fourie
1 parent 8f5f5834

KTS-1636

"i18n issues in "Move document" and "Copy document""
Fixed. Another htmlentities issue.

KTS-1541
"Scandic letters do not show correctly in form fields"
Fixed. Same as above.

Reviewed By: Conrad


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6182 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/kt3/fields/base.smarty
... ... @@ -11,5 +11,5 @@
11 11 <p class="errorMessage"></p>
12 12 {/if}
13 13  
14   - <input type="text" name="{$name}" {if $has_id}id="{$id}"{/if} {if $has_value}value="{$value|htmlentities}"{/if}{if ($options.autocomplete === false)}autocomplete="off"{/if} {if $options.width}size="{$options.width}"{/if} /><input type="hidden" name="kt_core_fieldsets_expect[{$name}]" value ="1" />
  14 + <input type="text" name="{$name}" {if $has_id}id="{$id}"{/if} {if $has_value}value="{$value}"{/if}{if ($options.autocomplete === false)}autocomplete="off"{/if} {if $options.width}size="{$options.width}"{/if} /><input type="hidden" name="kt_core_fieldsets_expect[{$name}]" value ="1" />
15 15 </div>
... ...