4 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
5 require_once
'Services/JSON/classes/class.ilJsonUtil.php';
41 $html = parent::render($a_mode);
43 $tpl =
new ilTemplate(
'tpl.prop_template_select_container.html',
true,
true,
'Services/Mail');
44 $tpl->setVariable(
'CONTENT', $html);
45 $tpl->setVariable(
'FIELDS', json_encode($this->
fields));
46 $tpl->setVariable(
'URL', $this->url);
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
__construct(Container $dic, ilPlugin $plugin)