Added the modal sub subform for the view builder in the Assistant.
This commit is contained in:
@@ -38,7 +38,9 @@ class ComponentbuilderViewAssistant extends JViewLegacy
|
||||
$this->sidebar = JHtmlSidebar::render();
|
||||
}
|
||||
// get the forms
|
||||
$this->forms = $this->setForms();
|
||||
$this->forms = $this->setForms();
|
||||
//
|
||||
JHtml::_('jquery.ui', array('core', 'sortable'));
|
||||
|
||||
// We don't need toolbar in the modal window.
|
||||
if ($this->getLayout() !== 'modal')
|
||||
|
Reference in New Issue
Block a user