Updated HTMLform2 with some tweaks

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-03 21:32:23 +01:00
parent a5d041926a
commit 4fccc86b03
6 changed files with 26 additions and 8 deletions

View File

@@ -22,7 +22,8 @@ return array(
'loginname' => array(
'label' => $lng['login']['username'],
'type' => (isset($result['loginname'])) ? 'static' : 'text',
'mandatory' => true, ),
'mandatory' => true,
),
'deactivated' => array(
'label' => $lng['admin']['deactivated_user'],
'type' => 'checkbox',