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-15 15:25:25 +02:00
|
|
|
<input type='text' name='{$attr_name|escape:"htmlall"}[]' value='{$pwd|escape:"htmlall"}' class='LSformElement_password' autocomplete="off"/>
|
2008-10-16 14:01:26 +02:00
|
|
|
{else}
|
2018-06-15 15:25:25 +02:00
|
|
|
<input type='password' name='{$attr_name|escape:"htmlall"}[]' value='{$pwd|escape:"htmlall"}' class='LSformElement_password' autocomplete="off"/>
|
2020-06-30 09:57:16 +02:00
|
|
|
{if $confirmInput}
|
|
|
|
<div class="LSformElement_password_confirm">
|
|
|
|
<label for="{$attr_name|escape:"htmlall"}_confirm[]">{tr msg="Please confirm new password:"}</label>
|
|
|
|
<input type='password' name='{$attr_name|escape:"htmlall"}_confirm[]' autocomplete="off"/>
|
|
|
|
{/if}
|
2008-10-16 14:01:26 +02:00
|
|
|
{/if}
|
2013-06-24 17:52:45 +02:00
|
|
|
{/if}
|