summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2691bc7)
raw | patch | inline | side by side (parent: 2691bc7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 11:26:14 +0000 (11:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 11:26:14 +0000 (11:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3767 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servKolab.inc | patch | blob | history |
index bb40188ccb0474a347d4b38a69f6613904983776..a869d5bc684d89b92bd2e6d2e5b83e6ec1007ba3 100644 (file)
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
***************/