From 54eef7e4b88f59284dd1f03c0906be0a84b8dd03 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 2 Nov 2007 07:52:50 +0000 Subject: [PATCH] Updated strings for systems layer menu git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7708 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_divListSystem.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc index 92109423b..4befca115 100644 --- a/plugins/admin/systems/class_divListSystem.inc +++ b/plugins/admin/systems/class_divListSystem.inc @@ -199,20 +199,21 @@ class divListSystem extends MultiSelectWindow " "._("Component")."|"."newsystem_component|\n"; } $s.= "..|". - " "._("Remove all")."|"."remvove_multiple|\n"; + " "._("Remove")."|"."remvove_multiple|\n"; /* Add multiple copy & cut icons */ if(is_object($this->parent->CopyPasteHandler)){ $s.= "..|---|\n"; $s.= "..|". - " "._("Copy all")."|"."multiple_copy_systems|\n"; + " "._("Copy")."|"."multiple_copy_systems|\n"; $s.= "..|". - " "._("Cut all")."|"."multiple_cut_systems|\n"; + " "._("Cut")."|"."multiple_cut_systems|\n"; } /* Get copy & paste icon */ $Copy_Paste =""; if(preg_match("/(c.*w|w.*c)/",$all_module_acls) && $this->parent->CopyPasteHandler){ + $s .= "..|---|\n"; if($this->parent->CopyPasteHandler->entries_queued()){ $img = ""; $s.="..|".$img." "._("Paste")."|editPaste|\n"; @@ -224,6 +225,7 @@ class divListSystem extends MultiSelectWindow /* Add snapshot icons */ if(preg_match("/(c.*w|w.*c)/",$all_module_acls)){ + $s .= "..|---|\n"; $s .= $this->get_snapshot_header(TRUE); } -- 2.30.2