From f40d196a23c7c24e1cef8ea1e012943bec71811f Mon Sep 17 00:00:00 2001 From: Dominik <info@profi-webdesign.net> Date: Fri, 04 Apr 2014 17:27:38 -0400 Subject: [PATCH] Backup kann für Clients aktiviert und deaktiviert werden --- interface/web/client/form/client_template.tform.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/interface/web/client/form/client_template.tform.php b/interface/web/client/form/client_template.tform.php index f55b501..f0c4eb3 100644 --- a/interface/web/client/form/client_template.tform.php +++ b/interface/web/client/form/client_template.tform.php @@ -485,6 +485,12 @@ 'rows' => '', 'cols' => '' ), + 'limit_backup' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'CHECKBOX', + 'default' => 'n', + 'value' => array(0 => 'n', 1 => 'y') + ), 'limit_dns_zone' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', -- Gitblit v1.9.1