layout fixes for pagination

This commit is contained in:
Frank Schubert
2022-03-24 17:24:01 +01:00
parent 594ebb14c2
commit c8f5e1a994
6 changed files with 44 additions and 34 deletions

View File

@@ -36,7 +36,6 @@
<?php include(realpath(dirname(__FILE__)."/../")."/tpl/pagination.php"); ?>
<?php include(realpath(dirname(__FILE__)."/../")."/tpl/pagination-summary.php"); ?>
<form method="post" id="submit-form" action="<?=self::getUrl("Cpeshipping", "save")?>">
<table class="table table-striped table-hover">
@@ -81,9 +80,10 @@
</div>
</form>
<div class="row cols">
<?php include(realpath(dirname(__FILE__)."/../")."/tpl/pagination-summary.php"); ?>
<?php include(realpath(dirname(__FILE__)."/../")."/tpl/pagination.php"); ?>
</div>
</div>
</div>