4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   27                 include_once(
"./Services/Accessibility/classes/class.ilAccessKey.php");
 
   31                 foreach ($keys as $f => $k)
 
   33                         $data[] = array(
"func_id" => $f, 
"access_key" => $k);
 
   36                 $this->
setTitle($lng->txt(
"acc_access_keys"));
 
   39                 $this->
addColumn($this->lng->txt(
"acc_component"), 
"", 
"");
 
   40                 $this->
addColumn($this->lng->txt(
"acc_function"), 
"", 
"");
 
   41                 $this->
addColumn($this->lng->txt(
"acc_access_key"), 
"", 
"");
 
   45                 $this->
setRowTemplate(
"tpl.access_key_row.html", 
"Services/Accessibility");
 
   50                 if ($ilAccess->checkAccess(
"write", 
"", 
$_GET[
"ref_id"]))
 
   65                 $this->tpl->setVariable(
"FUNC_ID", $a_set[
"func_id"]);