summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c87619)
raw | patch | inline | side by side (parent: 6c87619)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 14:37:00 +0000 (14:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 14:37:00 +0000 (14:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8670 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc
index 314b5fe24ec417df6f18e4b2b66cc3fa10e32ee4..a584e188da882d39df740a9764d5e0deaf58f88f 100644 (file)
/* Do we represent a valid terminal? */
if (!$this->is_account && $this->parent === NULL){
- echo "<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
- _("This 'dn' has no terminal features.")."</b>";
- return;
+ return("<img alt=\"\" src=\"images/stop.png\" align=middle> <b>".
+ _("This 'dn' has no terminal features.")."</b>");
}
$smarty= get_smarty();