summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33c655d)
raw | patch | inline | side by side (parent: 33c655d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Jan 2008 16:35:55 +0000 (16:35 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Jan 2008 16:35:55 +0000 (16:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8227 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_tabs.inc | patch | blob | history |
index 4d5c69512fb5e7abb48a9cbd389b5dcdf97d06d5..aa00fbc2483c5fa0dd57a5e47be4c58c8948d850 100644 (file)
foreach (array_reverse($this->by_object) as $key => $obj){
$reason= $obj->allow_remove();
if ($reason != ""){
- print_red(sprintf(_("Delete process has been canceled by plugin '%s': %s"), $key, $reason));
+ msg_dialog::display(_("Warning"), sprintf(_("Delete process has been canceled by plugin '%s': %s"), $key, $reason), WARNING_DIALOG);
return;
}
}