Skip to content

Commit

Permalink
Fixed issue #10121: Add 'Previous' button to question page
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 15, 2015
1 parent 3a59f4d commit 4f32a5a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
<hr>
</div>
<div class="col-xs-6 save-all text-left">
<button type="submit" id="moveprevbtn" value="moveprev" name="moveprev" accesskey="p" class="submit button btn btn-default btn-lg ">Previous</button>
</div>
<div class="col-xs-6 save-all text-right">
<button type="submit" id="movenextbtn" value="movenext" name="movenext" accesskey="n" class="submit button btn btn-default btn-lg ">Next</button>
Expand Down

0 comments on commit 4f32a5a

Please sign in to comment.