Exemple #1
0
 /**
  * Add the page title and toolbar.
  */
 protected function addToolbar()
 {
     // Set title.
     $title = AKDEV ? ucfirst($this->getName()) . ' ' . JText::_($this->text_prefix . '_TITLE_ITEM_EDIT') : JText::_($this->text_prefix . '_' . strtoupper($this->getName()) . '_TITLE_ITEM_EDIT');
     AKToolBarHelper::title($title, 'article-add.png');
     parent::addToolbar();
 }
Exemple #2
0
 /**
  * Add the page title and toolbar.
  */
 protected function addToolbar()
 {
     AKToolBarHelper::title(JText::_('COM_REMOTEIMAGE_TITLE_MANAGER'), 'article-add.png');
     $canDo = RMHelper::getActions($this->option);
     //parent::addToolbar();
     if ($canDo->get('core.admin')) {
         AKToolBarHelper::preferences($this->option);
     }
 }
Exemple #3
0
 /**
  * Add the page title and toolbar.
  */
 protected function addToolbar()
 {
     AKToolBarHelper::title('Item' . ' ' . JText::_('COM_WEBGALLERY_TITLE_ITEM_EDIT'), 'article-add.png');
     parent::addToolbar();
 }