summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7611ea4)
raw | patch | inline | side by side (parent: 7611ea4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Nov 2007 07:52:50 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Nov 2007 07:52:50 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7708 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_divListSystem.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc
index 92109423b3347ed36b63a3a55b0bf93276290aa1..4befca1155597c052b37abc4aafe293bce94a037 100644 (file)
" "._("Component")."|"."newsystem_component|\n";
}
$s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
- " "._("Remove all")."|"."remvove_multiple|\n";
+ " "._("Remove")."|"."remvove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler)){
$s.= "..|---|\n";
$s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
- " "._("Copy all")."|"."multiple_copy_systems|\n";
+ " "._("Copy")."|"."multiple_copy_systems|\n";
$s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
- " "._("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 = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
/* Add snapshot icons */
if(preg_match("/(c.*w|w.*c)/",$all_module_acls)){
+ $s .= "..|---|\n";
$s .= $this->get_snapshot_header(TRUE);
}