41 $lng = $DIC->language();
56 $cmd = $this->ctrl->getCmd(
"sendIssueMail");
57 if (in_array($cmd, array(
"sendIssueMail"))) {
65 $back_url = $this->
http->request()->getServerParams()[
'HTTP_REFERER'];
66 $this->ctrl->redirectToURL(
85 $sig = chr(13) . chr(10) . chr(13) . chr(10) . chr(13) . chr(10);
86 $sig .= $this->lng->txt(
'report_accessibility_link');
87 $sig .= chr(13) . chr(10);
89 $sig = rawurlencode(base64_encode($sig));
107 return implode(
',', $logins);
119 $ctrl = $DIC->ctrl();
120 $user = $DIC->user();
121 $http = $DIC->http();
122 $lng = $DIC->language();
126 if (count($users) > 0) {
127 if (!$user->getId() || $user->getId() == ANONYMOUS_USER_ID) {
130 isset(
$http->request()->getServerParams()[
'HTTPS'])
131 &&
$http->request()->getServerParams()[
'HTTPS'] !==
'off' 133 $url = $request_scheme .
'://' 134 .
$http->request()->getServerParams()[
'HTTP_HOST']
135 .
$http->request()->getServerParams()[
'REQUEST_URI'];
136 return "mailto:" . $mails .
"?body=%0D%0A%0D%0A" .
$lng->txt(
"report_accessibility_link_mailto") .
"%0A" . rawurlencode(
$url);
138 return $ctrl->getLinkTargetByClass(
"ilaccessibilitysupportcontactsgui",
"");
153 $lng = $DIC->language();
154 return $lng->txt(
"report_accessibility_issue");
static _lookupLogin($a_user_id)
lookup login
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static http()
Fetches the global http state from ILIAS.