60 $this->ctrl = $DIC[
'ilCtrl'];
61 $this->tpl = $DIC[
'tpl'];
62 $this->lng = $DIC[
'lng'];
63 $this->access = $DIC[
'ilAccess'];
65 $this->lng->loadLanguageModule(
'mail');
66 $this->lng->loadLanguageModule(
'search');
69 $this->ref_id = $ref_id;
72 $this->mail_roles = $objMailMemberRoles->
getMailRoles($ref_id);
80 $next_class = $this->ctrl->getNextClass($this);
81 $cmd = $this->ctrl->getCmd();
83 $this->ctrl->setReturn($this,
'');
85 switch ($next_class) {
88 case 'sendMailToSelectedUsers':
92 case 'showSelectableUsers':
105 if (isset(
$_GET[
'returned_from_mail']) &&
$_GET[
'returned_from_mail'] ==
'1') {
122 $this->ctrl->redirectToURL(
$url);
147 if ($form->checkInput()) {
148 if ($form->getInput(
'mail_member_type') ===
'mail_member_roles') {
149 if (is_array($form->getInput(
'roles')) && count($form->getInput(
'roles')) > 0) {
150 $role_mail_boxes = [];
151 $roles = $form->getInput(
'roles');
152 foreach ($roles as $role_id) {
153 $mailbox = $this->objMailMemberRoles->getMailboxRoleAddress($role_id);
154 $role_mail_boxes[] = $mailbox;
157 $_SESSION[
'mail_roles'] = $role_mail_boxes;
165 'rcp_to' => implode(
',', $role_mail_boxes),
166 'sig' => $this->gui->createMailSignature()
171 $form->setValuesByPost();
182 $form->setValuesByPost();
191 $contextParameters = [];
197 if ($this->access->checkAccess(
'write',
'', $this->ref_id)) {
198 $contextParameters = [
199 'ref_id' => $this->ref_id,
208 if (
'crs' ===
$type) {
215 if ($this->access->checkAccess(
'write',
'', $this->ref_id)) {
216 $contextParameters = [
218 'ref_id' => $this->ref_id,
225 return $contextParameters;
230 $this->tpl->loadStandardTemplate();
233 $tbl->setData($provider->getData());
235 $this->tpl->setContent($tbl->getHTML());
243 if (!isset(
$_POST[
'user_ids']) || !is_array(
$_POST[
'user_ids']) || 0 === count(
$_POST[
'user_ids'])) {
250 foreach (
$_POST[
'user_ids'] as $usr_id) {
254 if (!count(array_filter($rcps))) {
268 'sig' => $this->gui->createMailSignature(),
281 $this->tpl->setContent($form->getHTML());
305 $this->lng->loadLanguageModule(
'mail');
308 $form->setTitle($this->lng->txt(
'mail_members'));
310 $form->setFormAction($this->ctrl->getFormAction($this,
'nextMailForm'));
314 $form->addItem($radio_grp);
315 $form->addCommandButton(
'nextMailForm', $this->lng->txt(
'mail_members_search_continue'));
316 $form->addCommandButton(
'cancel', $this->lng->txt(
'cancel'));
338 $radio_sel_users =
new ilRadioOption($this->lng->txt(
'mail_sel_users'),
'mail_sel_users');
340 $radio_roles =
new ilRadioOption($this->objMailMemberRoles->getRadioOptionTitle(),
'mail_member_roles');
344 if (array_key_exists(
'default_checked', $role) && $role[
'default_checked']) {
345 $chk_role->setChecked(
true);
347 $chk_role->setValue($role[
'role_id']);
348 $chk_role->setInfo($role[
'mailbox']);
352 $radio_grp->setValue(
'mail_member_roles');
354 $radio_grp->addOption($radio_sel_users);
355 $radio_grp->addOption($radio_roles);
static _lookupLogin($a_user_id)
lookup login
This class represents an option in a radio group.
__construct($gui, $ref_id, ilAbstractMailMemberRoles $objMailMemberRoles)
ilMailMemberSearchGUI constructor.
const PROP_CONTEXT_SUBJECT_PREFIX
static get($a_var)
Get a value.
static set($a_var, $a_val)
Set a value.
Class ilMailMemberSearchGUI.
const EXTERNAL_MAIL_PREFIX
addSubItem($a_item)
Add Subitem.
sendMailToSelectedUsers()
redirectToParentReferer()
static _lookupObjId($a_id)
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
setObjParticipants(ilParticipants $objParticipants)
Class ilMailMemberSearchDataProvider.
Class ilAbstractMailMemberRoles.
static _lookupContainerSetting($a_id, $a_keyword, $a_default_value=null)
Lookup a container setting.