We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5063d2 commit 03dad89Copy full SHA for 03dad89
administrator/templates/hathor/html/com_patchtester/pulls/default.php
@@ -20,6 +20,7 @@
20
$listDirn = $this->escape($this->state->get('list.direction'));
21
$filterApplied = $this->escape($this->state->get('filter.applied'));
22
$filterRtc = $this->escape($this->state->get('filter.rtc'));
23
+$colSpan = $this->trackerAlias !== false ? 7 : 6;
24
25
\JFactory::getDocument()->addStyleDeclaration(
26
'
@@ -95,7 +96,7 @@
95
96
</thead>
97
<tfoot>
98
<tr>
- <td colspan="6">
99
+ <td colspan="<?php echo $colSpan; ?>">
100
</td>
101
</tr>
102
</tfoot>
0 commit comments