Skip to content

Commit

Permalink
Fixed issue #7718: Cancelling the delete survey operation leads to error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 1, 2013
1 parent 37e3e92 commit 070a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/deleteSurvey_view.php
Expand Up @@ -33,6 +33,6 @@

<p>
<input type='submit' value='<?php $clang->eT("Delete survey"); ?>' onclick="window.open('<?php echo $this->createUrl("admin/survey/sa/delete/surveyid/$surveyid/delete/yes"); ?>', '_top')" />
<input type='submit' value='<?php $clang->eT("Cancel"); ?>' onclick="window.open('<?php echo $this->createUrl("admin/survey/sa/view/$surveyid"); ?>', '_top')" />
<input type='submit' value='<?php $clang->eT("Cancel"); ?>' onclick="window.open('<?php echo $this->createUrl("admin/survey/sa/view/surveyid/$surveyid"); ?>', '_top')" />
<?php } ?>
</div><br />&nbsp;

0 comments on commit 070a1a0

Please sign in to comment.