Code

Updated an error message. fixed server acl string
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Dec 2006 04:54:04 +0000 (04:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Dec 2006 04:54:04 +0000 (04:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5293 594d385d-05f5-0310-b6e9-bd551577e9d8

html/main.php
plugins/admin/systems/class_divListSystem.inc

index bf78ea11a4ac639b312a75694e672fad8729e3ca..d84fda331847e797f74e601bd013262207e99078 100644 (file)
@@ -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."));
 }
 
 
index d624ec0ec6edbaab19937dea3ebd2b98093a704e..34dfaac5cd5c3a36f6f08feca84bf646618fceb7 100644 (file)
@@ -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."<br>";
+      $all_module_acls .= $ui->has_complete_category_acls($this->selectedBase,$module);
     }
 
     /* Must we add an additional seperator */