Skip to content

Commit

Permalink
- Dev: Added "After having clicked the save button you can either clo…
Browse files Browse the repository at this point in the history
…se this browser window or continue filling out the survey." message for clarification when saving a survey.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9727 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
maziminke committed Jan 27, 2011
1 parent 5d5c949 commit 38ec1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_functions.php
Expand Up @@ -3160,7 +3160,7 @@ function templatereplace($line, $replacements=array())
if (strpos($line, "{CLOSEWINDOW}") !== false) $line=str_replace("{CLOSEWINDOW}", "<a href='javascript:%20self.close()'>".$clang->gT("Close this window")."</a>", $line);
if (strpos($line, "{SAVEERROR}") !== false) $line=str_replace("{SAVEERROR}", $errormsg, $line);
if (strpos($line, "{SAVEHEADING}") !== false) $line=str_replace("{SAVEHEADING}", $clang->gT("Save Your Unfinished Survey"), $line);
if (strpos($line, "{SAVEMESSAGE}") !== false) $line=str_replace("{SAVEMESSAGE}", $clang->gT("Enter a name and password for this survey and click save below.")."<br />\n".$clang->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.")."<br /><br />\n".$clang->gT("If you give an email address, an email containing the details will be sent to you."), $line);
if (strpos($line, "{SAVEMESSAGE}") !== false) $line=str_replace("{SAVEMESSAGE}", $clang->gT("Enter a name and password for this survey and click save below.")."<br />\n".$clang->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.")."<br /><br />\n".$clang->gT("If you give an email address, an email containing the details will be sent to you.")."<br /><br />\n".$clang->gT("After having clicked the save button you can either close this browser window or continue filling out the survey."), $line);
if (strpos($line, "{SAVEALERT}") !== false)
{
if (isset($thissurvey['anonymized']) && $thissurvey['anonymized'] =='Y')
Expand Down

0 comments on commit 38ec1af

Please sign in to comment.