4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
26 include_once(
"./Services/User/classes/class.ilExtPublicProfilePage.php");
31 $this->
addColumn($this->lng->txt(
""),
"",
"1");
32 $this->
addColumn($this->lng->txt(
"user_order"));
33 $this->
addColumn($this->lng->txt(
"title"));
34 $this->
addColumn($this->lng->txt(
"actions"));
37 $this->
setRowTemplate(
"tpl.ext_user_profile_row.html",
"Services/User");
39 $this->
addMultiCommand(
"confirmProfilePageDeletion", $lng->txt(
"delete"));
41 $lng->txt(
"user_save_ordering_and_titles"));
52 $this->tpl->setVariable(
"TXT_EDIT", $lng->txt(
"edit"));
53 $ilCtrl->setParameterByClass(
"ilextpublicprofilepagegui",
54 "user_page", $a_set[
"id"]);
55 $this->tpl->setVariable(
"CMD_EDIT",
56 $ilCtrl->getLinkTargetByClass(
"ilextpublicprofilepagegui",
"edit"));
57 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
58 $this->tpl->setVariable(
"VAL_ORDER_NR", $a_set[
"order_nr"]);