4require_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');
53 $tpl->setVariable(
'IMG_PD_LARGE', ilObject::_getIcon(
'',
'big',
'pd'));
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'));
An exception for terminatinating execution or to throw for unit testing.
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
Class ilPDSelectedItemsBlockSelectedItemsViewGUI.
getGroups()
ilPDSelectedItemsBlockGroup[]
supportsSelectAll()
boolean
getIntroductionHtml()
string
Class ilPDSelectedItemsBlockViewGUI.
special template class to simplify handling of ITX/PEAR