From 76befc69ffb4fd230f98d4bb936cdbd0ca34c5e5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 28 Nov 2011 00:37:41 +0000 Subject: [PATCH] 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 --- templates/editform.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/editform.tpl b/templates/editform.tpl index b76d7db6..afa14a2b 100644 --- a/templates/editform.tpl +++ b/templates/editform.tpl @@ -37,6 +37,8 @@ {html_checkboxes name={$key} output=$struct.{$key}.options values=$struct.{$key}.options selected=$value_{$key} separator="
"} --> + {elseif $field.type == 'pass'} + {else} {/if}