Skip to content

Commit

Permalink
Fixed issue #14862: Export to LSS on Portuguese (Portugal) language
Browse files Browse the repository at this point in the history
Dev: This is really an awdull HTML code
Dev: Must really move to a cleaner way to json ecode …
  • Loading branch information
Shnoulle committed May 9, 2019
1 parent 5c79591 commit 939ef10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/admin/survey/surveybar_displayexport.php
Expand Up @@ -16,9 +16,9 @@
$aExportItemsArray["surveystructure"] = [
"key" => "surveystructure",
"description" => "".gT("Survey structure (.lss)"),
"detailpage" => "<p>".gT("This export will dump all the groups, questions, answers and conditions for your survey into a .LSS file (which is basically an XML file). This dump file can be used with the 'Import survey' feature when creating a new survey.")."</p>"
."<p>".gT("A survey which uses a custom theme will import fine, but the template it refers to will not exist on the new server. In that case the system will use the global default theme.")."</p>"
."<p><b>".gT("Please note: This file does not contain any collected responses.")."</b></p>",
"detailpage" => "<p>".gT("This export will dump all the groups, questions, answers and conditions for your survey into a .LSS file (which is basically an XML file). This dump file can be used with the 'Import survey' feature when creating a new survey.",'json')."</p>"
."<p>".gT("A survey which uses a custom theme will import fine, but the template it refers to will not exist on the new server. In that case the system will use the global default theme.",'json')."</p>"
."<p><b>".gT("Please note: This file does not contain any collected responses.",'json')."</b></p>",
"href" => $this->createUrl("admin/export/sa/survey/action/exportstructurexml/surveyid/".$oSurvey->sid),
"download" => true
];
Expand All @@ -38,7 +38,7 @@
</ul>
",
"href" => $this->createUrl("admin/export/sa/survey/action/exportarchive/surveyid/".$oSurvey->sid),
"download" => true
"download" => true
]
: [
"key" => "surveyarchive",
Expand Down

0 comments on commit 939ef10

Please sign in to comment.