mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated default email template text
This commit is contained in:
@@ -300,10 +300,10 @@ function aTemplateDefaultTexts($oLanguage, $mode='html'){
|
||||
</style>',
|
||||
'admin_notification_subject'=>$oLanguage->gT("Response submission for survey {SURVEYNAME}",$mode),
|
||||
'admin_notification'=>$oLanguage->gT("Hello,\n\nA new response was submitted for your survey '{SURVEYNAME}'.\n\nClick the following link to reload the survey:\n{RELOADURL}\n\nClick the following link to see the individual response:\n{VIEWRESPONSEURL}\n\nClick the following link to edit the individual response:\n{EDITRESPONSEURL}\n\nView statistics by clicking here:\n{STATISTICSURL}",$mode),
|
||||
'confirmation_subject'=>$oLanguage->gT("Confirmation of your participation in our survey"),
|
||||
'confirmation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nthis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}",$mode),
|
||||
'invitation_subject'=>$oLanguage->gT("Invitation to participate in a survey",$mode),
|
||||
'invitation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nyou have been invited to participate in a survey.\n\nThe survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode),
|
||||
'confirmation_subject'=>$oLanguage->gT("Confirmation of completion of questionnaire"),
|
||||
'confirmation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the online questionnaire and your response has been saved.\n\nThank you for participating.",$mode),
|
||||
'invitation_subject'=>$oLanguage->gT("Invitation to complete questionnaire online",$mode),
|
||||
'invitation'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nThank you for requesting to complete this questionnaire online.\n\n----------------------------------------------\nClick here to complete the questionnaire:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode),
|
||||
'reminder_subject'=>$oLanguage->gT("Reminder to participate in a survey",$mode),
|
||||
'reminder'=>$oLanguage->gT("Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n\"{SURVEYNAME}\"\n\n\"{SURVEYDESCRIPTION}\"\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}",$mode)."\n\n".$oLanguage->gT("If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:\n{OPTOUTURL}",$mode),
|
||||
'registration_subject'=>$oLanguage->gT("Survey registration confirmation",$mode),
|
||||
@@ -405,4 +405,4 @@ function getAdminHeader($meta=false)
|
||||
// Standard header
|
||||
$strAdminHeader .="<div class='maintitle'>{$sitename}</div>\n";
|
||||
return $strAdminHeader;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user