From ecabf2056dc1350d73115d5fa226676be30017d6 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 4 Dec 2006 04:54:04 +0000 Subject: [PATCH] Updated an error message. fixed server acl string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5293 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/main.php | 2 +- plugins/admin/systems/class_divListSystem.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/main.php b/html/main.php index bf78ea11a..d84fda331 100644 --- a/html/main.php +++ b/html/main.php @@ -349,7 +349,7 @@ if(!isset($_SESSION['back_button_test'])){ $_SESSION['back_button_test'] = 0; } if(isset($_POST['back_button_test']) && $_POST['back_button_test'] != $_SESSION['back_button_test']){ - print_red(_("Please do not use the browsers 'back' or 'reload' button, use the GOsa interface to reload the user interface instead. Using the browser actions causes GOsa to perform your last request again and this could lead into some strange situations.")); + print_red(_("Please do not use the browsers 'back' or 'reload' buttons, this could cause GOsa to perform actions twice. If you have not used those actions, check the php log files possibly the memory limit was exhausted.")); } diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc index d624ec0ec..34dfaac5c 100644 --- a/plugins/admin/systems/class_divListSystem.inc +++ b/plugins/admin/systems/class_divListSystem.inc @@ -126,7 +126,7 @@ class divListSystem extends MultiSelectWindow display the snapshot paste icon. BUT check the correct acls in the management plugin */ $all_module_acls = ""; foreach($this->module as $module){ - $all_module_acls .= $ui->has_complete_category_acls($this->selectedBase,$module)." | ".$module."
"; + $all_module_acls .= $ui->has_complete_category_acls($this->selectedBase,$module); } /* Must we add an additional seperator */ -- 2.30.2