diff --git a/administrator/components/com_patchtester/script.php b/administrator/components/com_patchtester/script.php index 58d98fb..3628f60 100644 --- a/administrator/components/com_patchtester/script.php +++ b/administrator/components/com_patchtester/script.php @@ -19,7 +19,7 @@ class Com_PatchtesterInstallerScript extends JInstallerScript * @var array * @since 2.0 */ - protected $templateOverrides = array('hathor'); + protected $templateOverrides = array('atum', 'hathor'); /** * Extension script constructor. diff --git a/administrator/templates/atum/html/com_patchtester/pulls/default.php b/administrator/templates/atum/html/com_patchtester/pulls/default.php new file mode 100644 index 0000000..8f1b776 --- /dev/null +++ b/administrator/templates/atum/html/com_patchtester/pulls/default.php @@ -0,0 +1,145 @@ + 'auto', 'relative' => true)); +\JHtml::_('script', 'com_patchtester/patchtester.js', array('version' => 'auto', 'relative' => true)); + +$listOrder = $this->escape($this->state->get('list.ordering')); +$listDirn = $this->escape($this->state->get('list.direction', 'desc')); +$filterApplied = $this->escape($this->state->get('filter.applied')); +$filterRtc = $this->escape($this->state->get('filter.rtc')); +$colSpan = $this->trackerAlias !== false ? 7 : 6; +?> +
diff --git a/administrator/templates/atum/html/com_patchtester/pulls/default_items.php b/administrator/templates/atum/html/com_patchtester/pulls/default_items.php new file mode 100644 index 0000000..e447306 --- /dev/null +++ b/administrator/templates/atum/html/com_patchtester/pulls/default_items.php @@ -0,0 +1,64 @@ +items as $i => $item) : + $status = ''; + + if ($item->applied) : + $status = ' class="table-active"'; + endif; +?> +