Skip to content

Commit

Permalink
Fixed issue #11005: Button link error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 22, 2016
1 parent ee5d7da commit 786a6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/importSurvey_view.php
Expand Up @@ -21,7 +21,7 @@

<!-- buttons -->
<p>
<input type='submit' class="btn btn-default btn-large" value='<?php eT("Main Admin Screen"); ?>' onclick="window.open('<?php echo $this->createUrl('admin'); ?>', '_top')" />
<input type='submit' class="btn btn-default btn-large" value='<?php eT("Main Admin Screen"); ?>' onclick="window.open('<?php echo $this->createUrl('admin/'); ?>', '_top')" />
</p>
</div>

Expand Down

0 comments on commit 786a6bc

Please sign in to comment.