editform.tpl:

- implement handling of password fields (type=password, and never
  fill the value)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1292 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 13 years ago
parent 300f096025
commit 76befc69ff

@ -37,6 +37,8 @@
{html_checkboxes name={$key} output=$struct.{$key}.options values=$struct.{$key}.options selected=$value_{$key} separator="<br />"}
</div>
-->
{elseif $field.type == 'pass'}
<input class="flat" type="password" name="{$key}" />
{else}
<input class="flat" type="text" name="{$key}" value="{$value_{$key}}" />
{/if}

Loading…
Cancel
Save