12 include_once
'Services/Form/classes/class.ilFormPropertyGUI.php';
28 $this->lng = $DIC->language();
30 parent::__construct(
'');
38 $subtpl =
new ilTemplate(
"tpl.mail_new_placeholders.html",
false,
false,
"Services/Mail");
39 $subtpl->setVariable(
'TXT_USE_PLACEHOLDERS', $this->lng->txt(
'mail_nacc_use_placeholder'));
40 $subtpl->setVariable(
'TXT_PLACEHOLDERS_ADVISE', sprintf($this->lng->txt(
'placeholders_advise'),
'<br />'));
41 $subtpl->setVariable(
'TXT_MAIL_SALUTATION', $this->lng->txt(
'mail_nacc_salutation'));
42 $subtpl->setVariable(
'TXT_FIRST_NAME', $this->lng->txt(
'firstname'));
43 $subtpl->setVariable(
'TXT_LAST_NAME', $this->lng->txt(
'lastname'));
44 $subtpl->setVariable(
'TXT_LOGIN', $this->lng->txt(
'mail_nacc_login'));
45 $subtpl->setVariable(
'TXT_ILIAS_URL', $this->lng->txt(
'mail_nacc_ilias_url'));
46 $subtpl->setVariable(
'TXT_CLIENT_NAME', $this->lng->txt(
'mail_nacc_client_name'));
48 $a_tpl->setCurrentBlock(
"prop_generic");
49 $a_tpl->setVariable(
"PROP_GENERIC", $subtpl->get());
50 $a_tpl->parseCurrentBlock();
special template class to simplify handling of ITX/PEAR