
Larger screen widths got the error:

(don't get confused about images being the same width .. it's due to image resizing)
Regards Søren
Code: Select all
diff -Naur www.ORG/datalist.php www/datalist.php
--- www.ORG/datalist.php 2018-08-07 13:32:46.626237867 +0100
+++ www/datalist.php 2018-08-07 13:33:08.429048093 +0100
@@ -1155,7 +1172,7 @@
$this->HTML .= $pagesMenu;
$this->HTML .= '</div>';
- $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 col-md-offset-1 col-lg-offset-3 text-right vspacer-lg">';
+ $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 text-right vspacer-lg pull-right">';
$this->HTML .= '<button onClick="'.$resetSelection.' document.myform.NoDV.value=1; return true;" type="submit" name="Next_x" id="Next" value="1" class="btn btn-def$
$this->HTML .= '</div>';
$this->HTML .= '</div>';