Skip to content

Commit 03dad89

Browse files
author
Michael Babker
committed
Colspan fix on Hathor too
1 parent d5063d2 commit 03dad89

File tree

1 file changed

+2
-1
lines changed
  • administrator/templates/hathor/html/com_patchtester/pulls

1 file changed

+2
-1
lines changed

administrator/templates/hathor/html/com_patchtester/pulls/default.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
$listDirn = $this->escape($this->state->get('list.direction'));
2121
$filterApplied = $this->escape($this->state->get('filter.applied'));
2222
$filterRtc = $this->escape($this->state->get('filter.rtc'));
23+
$colSpan = $this->trackerAlias !== false ? 7 : 6;
2324

2425
\JFactory::getDocument()->addStyleDeclaration(
2526
'
@@ -95,7 +96,7 @@
9596
</thead>
9697
<tfoot>
9798
<tr>
98-
<td colspan="6">
99+
<td colspan="<?php echo $colSpan; ?>">
99100
</td>
100101
</tr>
101102
</tfoot>

0 commit comments

Comments
 (0)