Skip to content

Commit

Permalink
Dev: Adapt last visited question to sm instead of lg (for 1024x768 sc…
Browse files Browse the repository at this point in the history
…reen resolution)
  • Loading branch information
olleharstedt committed Jan 26, 2016
1 parent 2312eb5 commit 55434a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/survey/surveySummary_view.php
Expand Up @@ -169,7 +169,7 @@
<a href="<?php echo $this->createUrl("admin/questions/sa/newquestion/surveyid/".$surveyinfo['sid']); ?>" >
<span class="icon-add text-success" style="font-size: 3em;"></span>
</a>
<p><a href="<?php echo $this->createUrl("admin/questions/sa/newquestion/surveyid/".$surveyinfo['sid']); ?>")"><?php eT("Add new question"); ?></a></p>
<p><a href="<?php echo $this->createUrl("admin/questions/sa/newquestion/surveyid/".$surveyinfo['sid']); ?>"><?php eT("Add new question"); ?></a></p>
</div>
</div>
</div>
Expand Down Expand Up @@ -263,7 +263,7 @@
<!-- last visited question -->
<?php if($showLastQuestion):?>
<div class="row text-left">
<div class="col-lg-12">
<div class="col-sm-12">
<?php eT("Last visited question:");?>
<a href="<?php echo $last_question_link;?>" class=""><?php echo $last_question_name;?></a>
<br/><br/>
Expand Down

0 comments on commit 55434a8

Please sign in to comment.