From d45997882f2cafaf513773a3fe40cb838e2a3ed6 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatiko Date: Wed, 6 May 2015 02:25:36 +0300 Subject: [PATCH 1/3] Remove mootools Mootools is not needed here, so lets drop it! Also the inline script is better to go through API --- .../PatchTester/View/Pulls/tmpl/default.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 5959d83..1a2857f 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -9,7 +9,6 @@ /** @type \PatchTester\View\Pulls\PullsHtmlView $this */ \JHtml::_('behavior.tooltip'); -\JHtml::_('behavior.modal'); \JHtml::_('formbehavior.chosen', 'select'); \JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true); @@ -22,10 +21,10 @@ $sortFields = $this->getSortFields(); if (count($this->envErrors)) : $this->loadTemplate('errors'); else : -?> - - + " +); +?>
From db48e934fe8a50426b4486690df552dd47c6890e Mon Sep 17 00:00:00 2001 From: Dimitris Grammatiko Date: Wed, 6 May 2015 02:40:52 +0300 Subject: [PATCH 2/3] BS tooltip --- .../PatchTester/View/Pulls/tmpl/default_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default_items.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default_items.php index d42c256..b9cc56d 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default_items.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default_items.php @@ -20,7 +20,7 @@ foreach ($this->items as $i => $item) : pull_id; ?> - escape($item->title); ?> + escape($item->title); ?> From aab3a6e11616b3cb725ff60e4f2a528981ddde90 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatiko Date: Wed, 6 May 2015 02:41:54 +0300 Subject: [PATCH 3/3] BS tooltip 2 --- .../com_patchtester/PatchTester/View/Pulls/tmpl/default.php | 2 +- 1 file changed, 1 insertion(+), 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 1a2857f..06d7110 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -8,7 +8,7 @@ /** @type \PatchTester\View\Pulls\PullsHtmlView $this */ -\JHtml::_('behavior.tooltip'); +\JHtml::_('bootstrap.tooltip'); \JHtml::_('formbehavior.chosen', 'select'); \JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);