~ubuntu-branches/ubuntu/maverick/gosa/maverick

« back to all changes in this revision

Viewing changes to plugins/admin/systems/class_workstationService.inc

  • Committer: Bazaar Package Importer
  • Author(s): Cajus Pollmeier
  • Date: 2007-04-11 10:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20070411100220-p30rdbqio3m61dvj
Tags: 2.5.10-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
class workservice extends plugin
4
4
{
5
 
  /* CLI vars */
6
 
  var $cli_summary= "Manage terminal service aspects";
7
 
  var $cli_description= "Some longer text\nfor help";
8
 
  var $cli_parameters= array("eins" => "Eins ist toll", "zwei" => "Zwei ist noch besser");
9
 
 
10
5
  var $gotoScannerEnable;
11
6
  /* Generic terminal attributes */
12
7
  var $gotoXMonitor= "";
114
109
 
115
110
    /* Additional values will be extracted from CONFIG_DIR/gosa/keyboardLayouts */
116
111
    $this->XKbLayouts= array ("de"=> "de","intl" =>"intl","us" =>"us");
117
 
    $this->XKbVariants= array ("nodeadkeys"=>"nodeadkeys", "basic"=>"basic");
 
112
    $this->XKbVariants= array ("basic"=>"basic", "nodeadkeys"=>"nodeadkeys");
118
113
 
119
114
    /* try to read additional keyboard layouts 
120
115
     */