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

@@ -26,6 +26,7 @@ return array(
'label' => $lng['mysql']['mysql_server'],
'type' => (isset($result)) ? 'select' : 'text',
'visible' => (1 < $count_mysqlservers ? true : false),
),
'mysql_password' => array(
'label' => $lng['login']['password'],
@@ -39,6 +40,9 @@ return array(
'type' => 'text',
'visible' => (Settings::Get('panel.password_regex') == ''),
'value' => generatePassword(),
'attributes' => array(
'readonly' => true
)
),
'sendinfomail' => array(
'label' => $lng['customer']['sendinfomail'],