From 4034d2a48a406baef5a4e4b00f4a82090221d26c Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 24 Jul 2014 10:31:18 +0200 Subject: [PATCH] Fixed issue #9105: Unable to open popup email for administrator in French --- application/helpers/admin/htmleditor_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/admin/htmleditor_helper.php b/application/helpers/admin/htmleditor_helper.php index b0117920ac2..457faf81da3 100644 --- a/application/helpers/admin/htmleditor_helper.php +++ b/application/helpers/admin/htmleditor_helper.php @@ -198,7 +198,7 @@ function getPopupEditor($fieldtype,$fieldname,$fieldtext, $surveyID=null,$gID=nu } $htmlcode .= "" - . "\n" + . "\n" . "\t\"".$clang-gT("Start HTML editor in a popup window")."\" id='".$fieldname."_popupctrlena' src='".Yii::app()->getConfig('adminimageurl')."edithtmlpopup.png' $imgopts class='btneditanswerena' />\n" . "\t\"".$clang-gT("Give focus to the HTML editor popup window")."\" id='".$fieldname."_popupctrldis' src='".Yii::app()->getConfig('adminimageurl')."edithtmlpopup_disabled.png' style='display:none' $imgopts class='btneditanswerdis' />\n" . "\n";