From f8297821c85193675ee78ff8bfea18427ec893e0 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 9 Jun 2006 11:26:14 +0000 Subject: [PATCH] Removed state buttons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3767 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servKolab.inc | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/plugins/admin/systems/class_servKolab.inc b/plugins/admin/systems/class_servKolab.inc index bb40188cc..a869d5bc6 100644 --- a/plugins/admin/systems/class_servKolab.inc +++ b/plugins/admin/systems/class_servKolab.inc @@ -104,27 +104,6 @@ class servkolab extends plugin { chkacl($this->acl, 'cyrus_quotawarn')); $quotastr = sprintf(_("Warn users when using more than %s%% of their mail quota"), $edit); - - /*************** - Handle Account is_account state - ***************/ - - /* Do we need to flip is_account state? */ - if (isset($_POST['modify_state'])) { - $this->is_account = !$this->is_account; - } - - /* Show tab dialog headers */ - if ($this->is_account) { - /* call Add Acoount to add account */ - $display = $this->show_header(_("Remove Kolab extension"), _("This server has kolab features enabled. You can disable them by clicking below.")); - } else { - /* call remove Account */ - $display = $this->show_header(_("Add Kolab service"), _("This server has kolab features disabled. You can enable them by clicking below.")); - return ($display); - } - - /*************** Assign informations to smarty ***************/ -- 2.30.2