From 1889b4891673567e732b69ad2b2a7eb86eaa54b0 Mon Sep 17 00:00:00 2001 From: andrepereiradasilva Date: Tue, 29 Mar 2016 00:51:37 +0100 Subject: [PATCH] fix tfoot colspan --- .../com_patchtester/PatchTester/View/Pulls/tmpl/default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a67a035..06cb5b3 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -21,6 +21,7 @@ $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $filterApplied = $this->escape($this->state->get('filter.applied')); $filterRtc = $this->escape($this->state->get('filter.rtc')); +$colSpan = $this->trackerAlias !== false ? 7 : 6; ?>
@@ -105,7 +106,7 @@ $filterRtc = $this->escape($this->state->get('filter.rtc')); - +