diff --git a/plugins/installer/folderinstaller/folderinstaller.php b/plugins/installer/folderinstaller/folderinstaller.php index 111fc21fd840a..831966462d58a 100644 --- a/plugins/installer/folderinstaller/folderinstaller.php +++ b/plugins/installer/folderinstaller/folderinstaller.php @@ -8,8 +8,6 @@ */ defined('_JEXEC') or die; -JHtml::_('bootstrap.tooltip'); - /** * FolderInstaller Plugin. * diff --git a/plugins/installer/folderinstaller/tmpl/default.php b/plugins/installer/folderinstaller/tmpl/default.php index 1167dc75c9da9..c1d8469b6139a 100644 --- a/plugins/installer/folderinstaller/tmpl/default.php +++ b/plugins/installer/folderinstaller/tmpl/default.php @@ -9,6 +9,8 @@ defined('_JEXEC') or die; +JHtml::_('bootstrap.tooltip'); + $app = JFactory::getApplication('administrator'); JFactory::getDocument()->addScriptDeclaration(' @@ -41,4 +43,4 @@
-
\ No newline at end of file + diff --git a/plugins/installer/packageinstaller/packageinstaller.php b/plugins/installer/packageinstaller/packageinstaller.php index 3b34a3db9e443..2b80dc4ba43e5 100644 --- a/plugins/installer/packageinstaller/packageinstaller.php +++ b/plugins/installer/packageinstaller/packageinstaller.php @@ -9,8 +9,6 @@ defined('_JEXEC') or die; -JHtml::_('bootstrap.tooltip'); - /** * PackageInstaller Plugin. * diff --git a/plugins/installer/packageinstaller/tmpl/default.php b/plugins/installer/packageinstaller/tmpl/default.php index 8092954a775dc..bd029d880a87f 100644 --- a/plugins/installer/packageinstaller/tmpl/default.php +++ b/plugins/installer/packageinstaller/tmpl/default.php @@ -9,6 +9,8 @@ defined('_JEXEC') or die; +JHtml::_('bootstrap.tooltip'); + JFactory::getDocument()->addScriptDeclaration(' Joomla.submitbuttonpackage = function() { diff --git a/plugins/installer/urlinstaller/tmpl/default.php b/plugins/installer/urlinstaller/tmpl/default.php index 9df0670068cfa..15ea0a040d7d8 100644 --- a/plugins/installer/urlinstaller/tmpl/default.php +++ b/plugins/installer/urlinstaller/tmpl/default.php @@ -9,6 +9,8 @@ defined('_JEXEC') or die; +JHtml::_('bootstrap.tooltip'); + JFactory::getDocument()->addScriptDeclaration(' Joomla.submitbuttonurl = function() { diff --git a/plugins/installer/urlinstaller/urlinstaller.php b/plugins/installer/urlinstaller/urlinstaller.php index 2e801ee42ad72..25141626074bb 100644 --- a/plugins/installer/urlinstaller/urlinstaller.php +++ b/plugins/installer/urlinstaller/urlinstaller.php @@ -8,8 +8,6 @@ */ defined('_JEXEC') or die; -JHtml::_('bootstrap.tooltip'); - /** * UrlFolderInstaller Plugin. *