Skip to content

Commit

Permalink
Dev : fixed bad url for testing survey ( target blank)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12349 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
shnoulle committed Feb 4, 2012
1 parent 78cf22f commit 6be55f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/surveybar_view.php
Expand Up @@ -35,7 +35,7 @@
</div>
<ul class='sf-menu'>
<?php if($onelanguage) { ?>
<li><a accesskey='d' href="<?php echo $this->createUrl("survey/index/sid/$surveyid/newtest/Y/lang/$baselang");?>', '_blank')" title="<?php echo $icontext2;?>" >
<li><a accesskey='d' target='_blank' href="<?php echo $this->createUrl("survey/index/sid/$surveyid/newtest/Y/lang/$baselang"); ?>" title="<?php echo $icontext2;?>" >
<img src='<?php echo $imageurl;?>/do.png' alt='<?php echo $icontext;?>' />
</a></li>
<?php } else { ?>
Expand Down

0 comments on commit 6be55f2

Please sign in to comment.