Release of v3.2.4-alpha1
Add push option to powers area.
This commit is contained in:
@@ -163,6 +163,11 @@ class ComponentbuilderViewPower extends HtmlView
|
||||
// add Reset button.
|
||||
ToolbarHelper::custom('power.resetPowers', 'joomla custom-button-resetpowers', '', 'COM_COMPONENTBUILDER_RESET', false);
|
||||
}
|
||||
if ($this->canDo->get('power.push'))
|
||||
{
|
||||
// add Push button.
|
||||
ToolbarHelper::custom('power.pushPowers', 'share custom-button-pushpowers', '', 'COM_COMPONENTBUILDER_PUSH', false);
|
||||
}
|
||||
ToolbarHelper::cancel('power.cancel', 'JTOOLBAR_CLOSE');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user