24 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
 
   45                 $this->
addColumn($lng->txt(
"login"), 
"", 
"33%");
 
   46                 $this->
addColumn($lng->txt(
"firstname"), 
"", 
"33%");
 
   47                 $this->
addColumn($lng->txt(
"lastname"), 
"", 
"33%");
 
   49                 $this->
setRowTemplate(
"tpl.table_special_users_row.html", 
"Modules/Survey");
 
   61                 include_once 
"./Services/User/classes/class.ilObjUser.php";
 
   63                 $ilCtrl->setParameterByClass(
"ilObjSurveyAdministrationGUI", 
"item_id", 
$user[
"usr_id"]);
 
   64                 $this->tpl->setVariable(
"USER_ID", 
$user[
"usr_id"]);
 
   65                 $this->tpl->setVariable(
"LOGIN", 
$user[
"login"]);
 
   66                 $this->tpl->setVariable(
"FIRSTNAME", 
$user[
"firstname"]);
 
   67                 $this->tpl->setVariable(
"LASTNAME", 
$user[
"lastname"]);