Skip to content

Commit

Permalink
New feature: added link from deactivation page to export page and cor…
Browse files Browse the repository at this point in the history
…rected language
  • Loading branch information
jcleeland committed Jul 26, 2012
1 parent dd3d6a0 commit 34feb59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/views/admin/survey/deactivateSurvey_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<li><?php $clang->eT("All participant information is lost.");?></li>
<li><?php $clang->eT("A deactivated survey is not accessible to participants (only a message appears that they are not permitted to see this survey).");?></li>
<li><?php $clang->eT("All questions, groups and parameters are editable again.");?></li>
<li><?php $clang->eT("Also you should export your responses before deactivating.");?></li>
<li><a title='<?php $clang->eT("Export survey results") ?>' href='<?php echo $this->createUrl('admin/export/exportresults/surveyid/'.$surveyid) ?>'>
<?php $clang->eT("You should export your responses before deactivating.");?>
</li>
</ul>
</td>
</tr><tr>
Expand Down

0 comments on commit 34feb59

Please sign in to comment.