summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5108752)
raw | patch | inline | side by side (parent: 5108752)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Sep 2008 15:08:51 +0000 (15:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Sep 2008 15:08:51 +0000 (15:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12569 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalService.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalService.inc
index a43e53a7f85b491f3e9cd2ddbefa056bad1ccc96..b6c736d6d84e5477549342ddffc6c87ccee79860 100644 (file)
if($this->is_ogroup_member){
$this->XMethods["default"]= _("inherited");
}
- $this->XMethods["xdmcp"] = _("XDMCP");
- $this->XMethods["ldm"] = _("LDM");
- $this->XMethods["shell"] = _("Shell");
- $this->XMethods["telnet"] = _("Telnet");
- #$this->XMethods["rdp"] = _("Windows RDP");
+ $this->XMethods["xdmcp"] = _("XDMCP");
+ $this->XMethods["ldm"] = _("LDM");
+ $this->XMethods["shell"] = _("Shell");
+ $this->XMethods["telnet"] = _("Telnet");
+ $this->XMethods["rdp"] = _("Windows RDP");
#$this->XMethods["citrix"] = _("ICA client");
/* Get selected gotoXdmcpServer */