5 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
26 $this->
setTitle($lng->txt(
"skmg_skill_profiles"));
29 $this->
addColumn($this->lng->txt(
"title"),
"title");
30 $this->
addColumn($this->lng->txt(
"users"));
31 $this->
addColumn($this->lng->txt(
"actions"));
34 $this->
setRowTemplate(
"tpl.skill_profile_row.html",
"Services/Skill");
47 include_once(
"./Services/Skill/classes/class.ilSkillProfile.php");
59 $this->tpl->setCurrentBlock(
"cmd");
60 $this->tpl->setVariable(
"CMD", $lng->txt(
"edit"));
61 $ilCtrl->setParameter($this->parent_obj,
"sprof_id", $a_set[
"id"]);
62 $this->tpl->setVariable(
"CMD_HREF", $ilCtrl->getLinkTarget($this->parent_obj,
"showUsers"));
63 $ilCtrl->setParameter($this->parent_obj,
"sprof_id",
$_GET[
"sprof_id"]);
64 $this->tpl->parseCurrentBlock();
66 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
67 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);