2008-10-16 14:01:26 +02:00
|
|
|
{if $freeze}
|
2013-06-24 17:52:45 +02:00
|
|
|
{if $clearView}
|
2018-06-11 11:50:17 +02:00
|
|
|
{$pwd|escape:"htmlall"}
|
2013-06-24 17:52:45 +02:00
|
|
|
{else}
|
2008-10-16 14:01:26 +02:00
|
|
|
********
|
2013-06-24 17:52:45 +02:00
|
|
|
{/if}
|
|
|
|
{else}
|
|
|
|
{if $clearEdit}
|
2018-06-11 11:50:17 +02:00
|
|
|
<input type='text' name='{$attr_name|escape:"quotes"}[]' value='{$pwd|escape:"quotes"}' class='LSformElement_password' autocomplete="off"/>
|
2008-10-16 14:01:26 +02:00
|
|
|
{else}
|
2018-06-11 11:50:17 +02:00
|
|
|
<input type='password' name='{$attr_name|escape:"quotes"}[]' value='{$pwd|escape:"quotes"}' class='LSformElement_password' autocomplete="off"/>
|
2008-10-16 14:01:26 +02:00
|
|
|
{/if}
|
2013-06-24 17:52:45 +02:00
|
|
|
{/if}
|