Popravek linkov v mailu pri dodajanju uredniskega dostopa
This commit is contained in:
parent
648c4fd18e
commit
375117a263
@ -6265,7 +6265,7 @@ class SurveyAdminAjax {
|
||||
|
||||
// Dodeljevanje uredniskega dostopa do ankete
|
||||
private function ajax_add_survey_dostop_popup(){
|
||||
global $lang, $pass_salt, $global_user_id, $site_path, $admin_type;
|
||||
global $lang, $pass_salt, $global_user_id, $site_path, $site_url, $admin_type;
|
||||
|
||||
$_POST['addusers'] = mysql_real_unescape_string($_POST['addusers']);
|
||||
$users = explode(NEW_LINE, $_POST['addusers']);
|
||||
@ -6329,7 +6329,7 @@ class SurveyAdminAjax {
|
||||
|
||||
$subject = $lang['srv_dostopmail_1'].' '.$naslov.'.';
|
||||
|
||||
$content = $lang['srv_dostopmail_2'].' <span style="color:red;">'.$nameAuthor.'</span> (<a style="color:#1e88e5 !important; text-decoration:none !important;" href="mailto:'.$MailReply.'">'.$MailReply.'</a>) '.$lang['srv_dostopmail_3'].' <a style="color:#1e88e5 !important; text-decoration:none !important;" href="'.$site_url.'admin/survey/index.php?anketa='.$anketa.'"><span style="font-weight:bold;">'.$naslov.'.</span></a><br /><br />
|
||||
$content = $lang['srv_dostopmail_2'].' <span style="color:red;">'.$nameAuthor.'</span> (<a style="color:#1e88e5 !important; text-decoration:none !important;" href="mailto:'.$MailReply.'">'.$MailReply.'</a>) '.$lang['srv_dostopmail_3'].' <a style="color:#1e88e5 !important; text-decoration:none !important;" href="'.$site_url.'admin/survey/index.php?anketa='.$this->anketa.'"><span style="font-weight:bold;">'.$naslov.'.</span></a><br /><br />
|
||||
'.$lang['srv_dostopmail_4'].' <a style="color:#1e88e5 !important; text-decoration:none !important;" href="'.$site_url.'">'.$site_url.'</a> '.$lang['srv_dostopmail_5'].' (<a style="color:#1e88e5 !important; text-decoration:none !important;" href="mailto:'.$email.'">'.$email.'</a>).';
|
||||
|
||||
// Ce email se ni registriran, dodamo dodatno obvestilo
|
||||
|
Loading…
x
Reference in New Issue
Block a user