more removing of aps/autoresponder/backup

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-05 08:37:58 +01:00
parent f855bb7f4e
commit eca5265735
74 changed files with 26 additions and 2376 deletions

View File

@@ -185,14 +185,6 @@ return array(
'mandatory' => true,
'ul_field' => $email_quota_ul
),
'email_autoresponder' => array(
'label' => $lng['customer']['autoresponder'],
'type' => 'textul',
'value' => 0,
'maxlength' => 9,
'visible' => ($settings['autoresponder']['autoresponder_active'] == '1' ? true : false),
'ul_field' => $email_autoresponder_ul
),
'email_imap' => array(
'label' => $lng['customer']['email_imap'],
'type' => 'checkbox',
@@ -248,22 +240,6 @@ return array(
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
)
),
'backup_allowed' => array(
'label' => $lng['backup_allowed'].'?',
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'visible' => ($settings['system']['backup_enabled'] == '1' ? true : false)
),
'number_of_aps_packages' => array(
'label' => $lng['aps']['numberofapspackages'],
'type' => 'textul',
'value' => 0,
'maxlength' => 9,
'visible' => ($settings['aps']['aps_active'] == '1' ? true : false),
'ul_field' => $number_of_aps_packages_ul
)
)
)

View File

@@ -193,14 +193,6 @@ return array(
'mandatory' => true,
'ul_field' => $email_quota_ul
),
'email_autoresponder' => array(
'label' => $lng['customer']['autoresponder'],
'type' => 'textul',
'value' => $result['email_autoresponder'],
'maxlength' => 9,
'visible' => ($settings['autoresponder']['autoresponder_active'] == '1' ? true : false),
'ul_field' => $email_autoresponder_ul
),
'email_imap' => array(
'label' => $lng['customer']['email_imap'],
'type' => 'checkbox',
@@ -257,23 +249,6 @@ return array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array($result['perlenabled'])
),
'backup_allowed' => array(
'label' => $lng['backup_allowed'].'?',
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array($result['backup_allowed']),
'visible' => ($settings['system']['backup_enabled'] == '1' ? true : false)
),
'number_of_aps_packages' => array(
'label' => $lng['aps']['numberofapspackages'],
'type' => 'textul',
'value' => $result['aps_packages'],
'maxlength' => 9,
'visible' => ($settings['aps']['aps_active'] == '1' ? true : false),
'ul_field' => $number_of_aps_packages_ul
)
)
)