X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadmin%2Fsystems%2Fclass_workstationGeneric.inc;h=cf9c8b9d25ac26ee51719b540bf142aff3472b7e;hb=c37e7c5ca5d20191f1db61cf6a9f1e4c2a7d72ec;hp=dd1c25f32699abd0b37205f4ccf0baa955366cf5;hpb=fc3cb1fd02097383665ebe265d8a9f8fc46e6178;p=gosa.git diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index dd1c25f32..cf9c8b9d2 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -28,7 +28,6 @@ class workgeneric extends plugin var $ghSoundAdapter= "-"; var $gotoLastUser= "-"; - /* Needed values and lists */ var $base= ""; var $cn= ""; @@ -38,6 +37,7 @@ class workgeneric extends plugin var $modes= array(); /* attribute list for save action */ + var $ignore_account= TRUE; var $attributes= array("gotoMode", "gotoTerminalPath", "macAddress", "gotoSwapServer", "gotoSyslogServer", "gotoNtpServer", "gotoFloppyEnable", "gotoCdromEnable", "cn", "gotoSndModule", @@ -132,7 +132,7 @@ class workgeneric extends plugin /* Do we represent a valid terminal? */ if (!$this->is_account && $this->parent == NULL){ - $display= " ". + $display= "\"\" ". _("This 'dn' has no workstation features.").""; return($display); }