summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7368280)
raw | patch | inline | side by side (parent: 7368280)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Jun 2006 07:38:32 +0000 (07:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Jun 2006 07:38:32 +0000 (07:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3664 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_glpiDeviceManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_glpiDeviceManagement.inc b/plugins/admin/systems/class_glpiDeviceManagement.inc
index 9fe20a9f1b320a5f69f2b46b530ac6fdd2af24a9..6573cb9a690dbace39bdfa0d2635c451ecad8e99 100644 (file)
}elseif(isset($tmp['designation'])){
$smarty->assign("warning", sprintf(_("You're about to delete the glpi device '%s'."), $tmp['designation']));
}else{
- print_a(_("Can't detect object name."));
+ print_red(_("Can't detect object name."));
}
return($smarty->fetch(get_template_path('remove_glpi.tpl', TRUE)));