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 508b1cc..021d320 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -85,7 +85,7 @@ $sortFields = $this->getSortFields(); items)) : ?>
- +
@@ -113,7 +113,7 @@ $sortFields = $this->getSortFields(); - diff --git a/administrator/templates/hathor/html/com_patchtester/pulls/default.php b/administrator/templates/hathor/html/com_patchtester/pulls/default.php index 0a4a51a..7a86cd5 100644 --- a/administrator/templates/hathor/html/com_patchtester/pulls/default.php +++ b/administrator/templates/hathor/html/com_patchtester/pulls/default.php @@ -30,29 +30,31 @@ $sortFields = $this->getSortFields(); " ); -JFactory::getDocument()->addStyleDeclaration( +\JFactory::getDocument()->addStyleDeclaration( ' .icon-48-patchtester { background-image:url("/media/com_patchtester/images/icon-48-patchtester.png"); } ' ); -echo JHtmlBootstrap::renderModal( - 'modal-refresh', array( - 'url' => JUri::root() . 'administrator/index.php?option=com_patchtester&view=fetch&tmpl=component', - 'title' => JText::_('COM_PATCHTESTER_TOOLBAR_FETCH_DATA'), +echo \JHtml::_( + 'bootstrap.renderModal', + 'modal-refresh', + array( + 'url' => \JUri::root() . 'administrator/index.php?option=com_patchtester&view=fetch&tmpl=component', + 'title' => \JText::_('COM_PATCHTESTER_TOOLBAR_FETCH_DATA'), 'width' => '800px', 'height' => '300px' ) ); ?> - +
- +
@@ -61,7 +63,7 @@ echo JHtmlBootstrap::renderModal( - +
@@ -70,10 +72,10 @@ echo JHtmlBootstrap::renderModal(
+
- + - + @@ -82,7 +84,7 @@ echo JHtmlBootstrap::renderModal( - + @@ -106,7 +108,7 @@ echo JHtmlBootstrap::renderModal( - +