ldapsaisie/public_html/templates/default/LSformElement_password_field.tpl

14 lines
320 B
Smarty

{if $freeze}
{if $clearView}
{$pwd}
{else}
********
{/if}
{else}
{if $clearEdit}
<input type='text' name='{$attr_name}[]' value="{$pwd}" class='LSformElement_password' autocomplete="off"/>
{else}
<input type='password' name='{$attr_name}[]' value="{$pwd}" class='LSformElement_password' autocomplete="off"/>
{/if}
{/if}