From 17b2521ef17134663d5447e3fdaaf671e3cfb8ca Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Sun, 29 Jul 2018 09:08:23 -0500 Subject: [PATCH] Remove empty table footers, move J4 pagination out of table --- .../PatchTester/View/Pulls/tmpl/default.php | 62 +++++++++---------- .../html/com_patchtester/pulls/default.php | 8 +-- .../html/com_patchtester/pulls/default.php | 62 +++++++++---------- 3 files changed, 59 insertions(+), 73 deletions(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php index 25dad00..284f5fd 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -83,43 +83,37 @@ $colSpan = $this->trackerAlias !== false ? 8 : 7; - - - - - - - trackerAlias !== false) : ?> - - - - - - - - + + + + + + trackerAlias !== false) : ?> + + + + - + - loadTemplate('items'); ?> + loadTemplate('items'); ?>
- - - - - - - - - - - - - - - -
- + + + + + + + + + + + + + + + +
diff --git a/administrator/templates/atum/html/com_patchtester/pulls/default.php b/administrator/templates/atum/html/com_patchtester/pulls/default.php index ec54252..36095e4 100644 --- a/administrator/templates/atum/html/com_patchtester/pulls/default.php +++ b/administrator/templates/atum/html/com_patchtester/pulls/default.php @@ -141,16 +141,14 @@ $colSpan = $this->trackerAlias !== false ? 8 : 7; - - - pagination->getListFooter(); ?> - - loadTemplate('items'); ?> + + pagination->getListFooter(); ?> + diff --git a/administrator/templates/hathor/html/com_patchtester/pulls/default.php b/administrator/templates/hathor/html/com_patchtester/pulls/default.php index 7e448ad..fd98c80 100644 --- a/administrator/templates/hathor/html/com_patchtester/pulls/default.php +++ b/administrator/templates/hathor/html/com_patchtester/pulls/default.php @@ -74,43 +74,37 @@ echo \JHtml::_( - - - - - - - trackerAlias !== false) : ?> - - - - - - - - + + + + + + trackerAlias !== false) : ?> + + + + - + - loadTemplate('items'); ?> + loadTemplate('items'); ?>
- - - - - - - - - - - - - - - -
- + + + + + + + + + + + + + + + +
pagination->getListFooter(); ?>