From 4f721bb2d475733cd952f50a6f855c74ea3af959 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 17 Apr 2015 13:00:15 +0200 Subject: [PATCH] Dev Added CSS class to email statement in resume later screen. That allows for hiding by CSS the email field and the related text if wanted for privacy protection reasons. --- application/helpers/replacements_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/replacements_helper.php b/application/helpers/replacements_helper.php index 47e1b5adf60..55ac8260e1d 100644 --- a/application/helpers/replacements_helper.php +++ b/application/helpers/replacements_helper.php @@ -560,7 +560,7 @@ function templatereplace($line, $replacements = array(), &$redata = array(), $de $coreReplacements['SAVEERROR'] = isset($errormsg) ? $errormsg : ''; // global - same as LOADERROR $coreReplacements['SAVEFORM'] = $_saveform; $coreReplacements['SAVEHEADING'] = gT("Save your unfinished survey"); - $coreReplacements['SAVEMESSAGE'] = gT("Enter a name and password for this survey and click save below.")."
\n".gT("Your survey will be saved using that name and password, and can be completed later by logging in with the same name and password.")."

\n".gT("If you give an email address, an email containing the details will be sent to you.")."

\n".gT("After having clicked the save button you can either close this browser window or continue filling out the survey."); + $coreReplacements['SAVEMESSAGE'] = gT("Enter a name and password for this survey and click save below.")."
\n".gT("Your survey will be saved using that name and password, and can be completed later by logging in with the same name and password.")."

\n".gT("If you give an email address, an email containing the details will be sent to you.")."

\n".gT("After having clicked the save button you can either close this browser window or continue filling out the survey."); $coreReplacements['SID'] = Yii::app()->getConfig('surveyID','');// Allways use surveyID from config $coreReplacements['SITENAME'] = isset($sitename) ? $sitename : ''; // global $coreReplacements['SUBMITBUTTON'] = $_submitbutton;