Merge pull request #91 from joomla-extensions/zero-24-patch-1

Fix: Two "images" tabs in Web links
This commit is contained in:
Viktor Vogel 2015-09-10 11:04:48 +02:00
commit 88d25172ca
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html');
JHtml::_('behavior.formvalidator');
JHtml::_('formbehavior.chosen', 'select');
// Ignore Image fieldset for the layouts as we render it manually
$this->ignore_fieldsets = array('images');
JFactory::getDocument()->addScriptDeclaration("
Joomla.submitbutton = function(task)
{