5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   27                         $a_node_id = $a_tree->readRootId();
 
   30                 $this->tree = $a_tree;
 
   32                 $this->node_id = $a_node_id;
 
   36                 $childs = $this->tree->getChildsByTypeFilter($a_node_id,
 
   49                 $this->
setTitle($lng->txt(
"tax_nodes"));
 
   51                 $this->
addColumn($this->lng->txt(
""), 
"", 
"1px", 
true);
 
   54                         $this->
addColumn($this->lng->txt(
"tax_order"), 
"order_nr", 
"1px");
 
   58                 $this->
addColumn($this->lng->txt(
"title"));
 
   76                 if (in_array($a_field, array(
"order_nr")))
 
   89                 $ilCtrl->setParameter($this->parent_obj, 
"tax_node", $a_set[
"child"]);
 
   90                 $ret = $ilCtrl->getLinkTargetByClass(
"ilobjtaxonomygui", 
"listItems");
 
   91                 $ilCtrl->setParameter($this->parent_obj, 
"tax_node", 
$_GET[
"tax_node"]);
 
   94                         $this->tpl->setCurrentBlock(
"order");
 
   95                         $this->tpl->setVariable(
"ORDER_NR", $a_set[
"order_nr"]);
 
   96                         $this->tpl->setVariable(
"ONODE_ID", $a_set[
"child"]);
 
   97                         $this->tpl->parseCurrentBlock();
 
  100                 $this->tpl->setVariable(
"HREF_TITLE", 
$ret);
 
  103                 $this->tpl->setVariable(
"NODE_ID", $a_set[
"child"]);