4 require_once
'Services/PersonalDesktop/ItemsBlock/classes/class.ilPDSelectedItemsBlockViewGUI.php';
16 if ($this->viewSettings->isSortedByLocation()) {
36 return $this->lng->txt(
'pd_my_offers');
52 $tpl =
new ilTemplate(
'tpl.pd_intro.html',
true,
true,
'Services/PersonalDesktop');
54 $tpl->setVariable(
'TXT_WELCOME', $this->lng->txt(
'pdesk_intro'));
55 $tpl->setVariable(
"TXT_INTRO_1", sprintf($this->lng->txt(
'pdesk_intro2'), $this->lng->txt(
'to_desktop')));
57 require_once
'Services/Link/classes/class.ilLink.php';
58 $tpl->setVariable(
'TXT_INTRO_2', sprintf(
59 $this->lng->txt(
'pdesk_intro3'),
62 $tpl->setVariable(
'TXT_INTRO_3', $this->lng->txt(
'pdesk_intro4'));
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
Class ilPDSelectedItemsBlockViewGUI.
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
Class ilPDSelectedItemsBlockSelectedItemsViewGUI.
special template class to simplify handling of ITX/PEAR