Example #1
0
 /**
  * (non-PHPdoc)
  * @see tienda/admin/views/TiendaViewBase#_viewToolbar($isNew)
  */
 function _viewToolbar($isNew = null)
 {
     JToolBarHelper::custom('edit', 'edit', 'edit', JText::_('COM_TIENDA_EDIT'), false);
     JToolBarHelper::divider();
     parent::_viewToolbar($isNew);
 }