Skip to content

Commit

Permalink
Dev Fixed inline HTML editor options in email templates of survey tra…
Browse files Browse the repository at this point in the history
…nslation

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9457 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Andrie de Vries committed Nov 9, 2010
1 parent 9f49b9a commit eca187a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/translate_functions.php
Expand Up @@ -472,7 +472,7 @@ function setupTranslateFields($surveyid, $type, $tolang, $baselang, $id1="", $id
"gid" => FALSE,
"qid" => FALSE,
"description" => $clang->gT("Invitation email"),
"HTMLeditorInline" => "Yes",
"HTMLeditorInline" => "No",
"associated" => "emailinvitebody"
);
break;
Expand All @@ -493,7 +493,7 @@ function setupTranslateFields($surveyid, $type, $tolang, $baselang, $id1="", $id
"gid" => FALSE,
"qid" => FALSE,
"description" => "",
"HTMLeditorInline" => "Yes",
"HTMLeditorInline" => "No",
"associated" => ""
);
break;
Expand All @@ -514,7 +514,7 @@ function setupTranslateFields($surveyid, $type, $tolang, $baselang, $id1="", $id
"gid" => FALSE,
"qid" => FALSE,
"description" => $clang->gT("Reminder email"),
"HTMLeditorInline" => "Yes",
"HTMLeditorInline" => "No",
"associated" => "emailreminderbody"
);
break;
Expand All @@ -535,7 +535,7 @@ function setupTranslateFields($surveyid, $type, $tolang, $baselang, $id1="", $id
"gid" => FALSE,
"qid" => FALSE,
"description" => "",
"HTMLeditorInline" => "Yes",
"HTMLeditorInline" => "No",
"associated" => ""
);
break;
Expand Down

0 comments on commit eca187a

Please sign in to comment.