28 $this->ctrl = $DIC->ctrl();
29 $this->lng = $DIC->language();
30 $this->
user = $DIC->user();
32 $lng = $DIC->language();
38 $this->portfolio = $a_parent_obj->object;
40 $this->is_template = ($this->portfolio->getType() ==
"prtt");
45 $this->
addColumn($this->lng->txt(
"user_order"));
46 $this->
addColumn($this->lng->txt(
"title"));
47 $this->
addColumn($this->lng->txt(
"type"));
48 $this->
addColumn($this->lng->txt(
"actions"));
51 $this->
setRowTemplate(
"tpl.portfolio_page_row.html",
"Modules/Portfolio");
57 "savePortfolioPagesOrdering",
58 $lng->txt(
"user_save_ordering_and_titles")
63 $lng->loadLanguageModule(
"blog");
73 if (!$this->is_template) {
74 $this->blogs = array();
79 foreach ($tree->getSubTree($root) as $node) {
80 if ($node[
"type"] ==
"blog") {
81 $this->blogs[$node[
"obj_id"]] = $node[
"wsp_id"];
98 switch ($a_set[
"type"]) {
100 $this->tpl->setCurrentBlock(
"title_field");
101 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
103 $this->tpl->parseCurrentBlock();
111 $action_item->setCaption(
'edit_page');
112 $action_item->setUrl(
$ilCtrl->getLinkTargetByClass($this->page_gui,
"edit"));
113 $action_items[] = $action_item;
116 $this->tpl->setVariable(
"TYPE",
$lng->txt(
"page"));
120 if (!$this->is_template) {
121 $this->tpl->setCurrentBlock(
"title_static");
123 $this->tpl->parseCurrentBlock();
125 $obj_id = (int) $a_set[
"title"];
126 if (isset($this->blogs[$obj_id])) {
127 $node_id = $this->blogs[$obj_id];
136 $link =
$ilCtrl->getLinkTargetByClass(array($this->page_gui,
"ilobjbloggui"),
"render");
139 $action_item->setCaption(
'blog_edit');
140 $action_item->setUrl($link);
141 $action_items[] = $action_item;
143 $this->tpl->setVariable(
"TYPE",
$lng->txt(
"obj_blog"));
148 if ($this->is_template) {
149 $this->tpl->setCurrentBlock(
"title_field");
150 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
152 $this->tpl->parseCurrentBlock();
154 $this->tpl->setCurrentBlock(
"title_static");
156 $this->tpl->parseCurrentBlock();
157 $this->tpl->setVariable(
"TYPE",
$lng->txt(
"obj_blog"));
162 $ilCtrl->setParameter($this->parent_obj,
"prtf_pages[]", $a_set[
"id"]);
166 $action_item->setCaption(
'prtf_copy_tab');
167 $action_item->setUrl(
$ilCtrl->getLinkTarget($this->parent_obj,
"copyPageForm"));
168 $action_items[] = $action_item;
172 $action_item->setCaption(
'delete');
173 $action_item->setUrl(
$ilCtrl->getLinkTarget($this->parent_obj,
"confirmPortfolioPageDeletion"));
174 $action_items[] = $action_item;
177 $ilCtrl->setParameter($this->parent_obj,
"prtf_pages[]",
"");
179 if (count($action_items) > 0) {
182 foreach ($action_items as $item) {
184 $split_button->setDefaultButton($item);
189 $this->tpl->setVariable(
"SPLIT_BUTTON", $split_button->render());
193 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
194 $this->tpl->setVariable(
"VAL_ORDER_NR", $a_set[
"order_nr"]);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
static getAllPortfolioPages($a_portfolio_id)
Get pages of portfolio.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static _lookupTitle($a_id)
Tree handler for personal workspace.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
fillRow($a_set)
Fill table row.
static getGotoLink($a_node_id, $a_obj_id, $a_additional=null)
getNodeData($a_node_id, $a_tree_pk=null)
get all information of a node.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
Portfolio view gui base class.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
__construct(ilObjPortfolioBaseGUI $a_parent_obj, $a_parent_cmd)
Constructor.
setLimit($a_limit=0, $a_default_limit=0)
readRootId()
read root id from database