X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fclass_divListSystem.inc;h=488e882f66c4aebc76d4957a47c35573cebcac3c;hb=9695395f399e680d3fbb0c6b7a2df7d8b37d17c8;hp=d624ec0ec6edbaab19937dea3ebd2b98093a704e;hpb=2738e56e22f23c43e980dea2d34a3c21baa645e9;p=gosa.git diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc index d624ec0ec..488e882f6 100644 --- a/plugins/admin/systems/class_divListSystem.inc +++ b/plugins/admin/systems/class_divListSystem.inc @@ -126,22 +126,14 @@ 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 */ $add_sep = false; - /* Add the basic icons for navigation */ - $listhead = "
". - "  ". - "  ". - "  ". - "  ". - "  "; + /* Add default header */ + $listhead = MultiSelectWindow::get_default_header(); /* Add snapshot icons */ if(preg_match("/(c.*w|w.*c)/",$all_module_acls)){ @@ -261,7 +253,7 @@ class divListSystem extends MultiSelectWindow $acl = $ui->get_permissions($val['dn'],$tabs[$type]['ACL']); $action= ""; + alt='"._("edit")."' name='system_edit_%KEY%' title='"._("Edit system")."'>"; if(preg_match("/(c.*w|w.*c)/",$acl_all)){ $action.= $this->GetSnapShotActions($val['dn']); }else{ @@ -270,7 +262,7 @@ class divListSystem extends MultiSelectWindow if(preg_match("/d/",$acl)){ $action.= ""; + alt='"._("delete")."' name='system_del_%KEY%' title='"._("Delete system")."'>"; }else{ $action.= $empty; } @@ -313,7 +305,7 @@ class divListSystem extends MultiSelectWindow $pwd_acl = $ui->get_permissions($val['dn'],"terminal/termgeneric","gotoRootPasswd"); } if(preg_match("/w/",$pwd_acl)){ - $action2 = ""; + $action2 = ""; }else{ $action2 = $empty; }