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
)
)
)

View File

@@ -1,67 +0,0 @@
<?php
/**
* This file is part of the Froxlor project.
* Copyright (c) 2010 the Froxlor Team (see authors).
*
* For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the
* COPYING file online at http://files.froxlor.org/misc/COPYING.txt
*
* @copyright (c) the authors
* @author Froxlor team <team@froxlor.org> (2010-)
* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt
* @package Formfields
*
*/
return array(
'autoresponder_add' => array(
'title' => $lng['autoresponder']['autoresponder_new'],
'image' => 'icons/autoresponder_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['autoresponder']['autoresponder_new'],
'image' => 'icons/autoresponder_add.png',
'fields' => array(
'account' => array(
'label' => $lng['autoresponder']['account'],
'type' => 'select',
'select_var' => $accounts,
),
'active' => array(
'label' => $lng['autoresponder']['active'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array('1')
),
'date_from' => array(
'label' => $lng['autoresponder']['date_from'] . " (dd-mm-yyyy)",
'type' => 'textul',
'maxlength' => 10,
'ul_field' => $date_from_off,
),
'date_until' => array(
'label' => $lng['autoresponder']['date_until'] . " (dd-mm-yyyy)",
'type' => 'textul',
'maxlength' => 10,
'ul_field' => $date_until_off,
),
'subject' => array(
'label' => $lng['autoresponder']['subject'],
'type' => 'text',
),
'message' => array(
'style' => 'vertical-align:top;',
'label' => $lng['autoresponder']['message'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12
)
)
)
)
)
);

View File

@@ -1,71 +0,0 @@
<?php
/**
* This file is part of the Froxlor project.
* Copyright (c) 2010 the Froxlor Team (see authors).
*
* For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the
* COPYING file online at http://files.froxlor.org/misc/COPYING.txt
*
* @copyright (c) the authors
* @author Froxlor team <team@froxlor.org> (2010-)
* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt
* @package Formfields
*
*/
return array(
'autoresponder_edit' => array(
'title' => $lng['autoresponder']['autoresponder_edit'],
'image' => 'icons/autoresponder_edit.png',
'sections' => array(
'section_a' => array(
'title' => $lng['autoresponder']['autoresponder_edit'],
'image' => 'icons/autoresponder_edit.png',
'fields' => array(
'account' => array(
'label' => $lng['autoresponder']['account'],
'type' => 'label',
'value' => $email,
),
'active' => array(
'label' => $lng['autoresponder']['active'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array($row['enabled'])
),
'date_from' => array(
'label' => $lng['autoresponder']['date_from'] . " (dd-mm-yyyy)",
'type' => 'textul',
'maxlength' => 10,
'ul_field' => $date_from_off,
'value' => $date_from,
),
'date_until' => array(
'label' => $lng['autoresponder']['date_until'] . " (dd-mm-yyyy)",
'type' => 'textul',
'maxlength' => 10,
'ul_field' => $date_until_off,
'value' => $date_until,
),
'subject' => array(
'label' => $lng['autoresponder']['subject'],
'type' => 'text',
'value' => $subject
),
'message' => array(
'style' => 'vertical-align:top;',
'label' => $lng['autoresponder']['message'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12,
'value' => $message,
)
)
)
)
)
);