From: hickert Date: Mon, 27 Jun 2005 12:15:14 +0000 (+0000) Subject: added attribute check for services X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fe1d83c7e278726103c1876335c807bdef8ffa74;p=gosa.git added attribute check for services git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@877 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servService.inc b/plugins/admin/systems/class_servService.inc index 9189fad0d..a2ab17c4e 100644 --- a/plugins/admin/systems/class_servService.inc +++ b/plugins/admin/systems/class_servService.inc @@ -172,6 +172,12 @@ class servservice extends plugin function check() { $message= array(); + + + + if((isset($_POST['goTerminalServer']))&&(empty($this->goFontPath))){ + $message[]=_("Termial server, must have fontpath specified."); + } return ($message); }