mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-02 20:08:25 +00:00
render the modal in default view
This commit is contained in:
parent
8d32494a93
commit
babbc3c613
@ -22,6 +22,15 @@ JFactory::getDocument()->addScriptDeclaration(
|
|||||||
}
|
}
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
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'),
|
||||||
|
'width' => '800px',
|
||||||
|
'height' => '300px'
|
||||||
|
)
|
||||||
|
);
|
||||||
?>
|
?>
|
||||||
<form action="<?php echo JRoute::_('index.php?option=com_patchtester&view=pulls'); ?>" method="post" name="adminForm" id="adminForm">
|
<form action="<?php echo JRoute::_('index.php?option=com_patchtester&view=pulls'); ?>" method="post" name="adminForm" id="adminForm">
|
||||||
<div id="j-main-container">
|
<div id="j-main-container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user