mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
13 lines
405 B
Smarty
13 lines
405 B
Smarty
{if $freeze}
|
|
{if $clearView}
|
|
{$pwd|escape:"htmlall"}
|
|
{else}
|
|
********
|
|
{/if}
|
|
{else}
|
|
{if $clearEdit}
|
|
<input type='text' name='{$attr_name|escape:"htmlall"}[]' value='{$pwd|escape:"htmlall"}' class='LSformElement_password' autocomplete="off"/>
|
|
{else}
|
|
<input type='password' name='{$attr_name|escape:"htmlall"}[]' value='{$pwd|escape:"htmlall"}' class='LSformElement_password' autocomplete="off"/>
|
|
{/if}
|
|
{/if}
|