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_found_users_row.html",
"Modules/Survey");
61 $ilCtrl->setParameterByClass(
"ilObjSurveyAdministrationGUI",
"item_id", $a_set[
"usr_id"]);
62 $this->tpl->setVariable(
"USER_ID", $a_set[
"usr_id"]);
63 $this->tpl->setVariable(
"LOGIN", $a_set[
"login"]);
64 $this->tpl->setVariable(
"FIRSTNAME", $a_set[
"firstname"]);
65 $this->tpl->setVariable(
"LASTNAME", $a_set[
"lastname"]);