Esempio n. 1
0
 public function onRedirsAdd()
 {
     parent::onAdd();
     JToolBarHelper::title(JText::_('ADMINTOOLS_TITLE_REDIRS_EDIT'), 'admintools');
 }
Esempio n. 2
0
 /**
  * onTargets.
  *
  * @return	void
  */
 public function onTargets()
 {
     parent::onAdd();
     $this->title(VersionHelper::getTitle(JText::_('COM_AUTOTWEET_TITLE_TARGETS_EDIT')), 'autotweet-logo.png');
 }
Esempio n. 3
0
File: toolbar.php Progetto: 01J/topm
 public function onProfilesAdd()
 {
     parent::onAdd();
     JToolBarHelper::title(JText::_('AKEEBA') . ': <small>' . JText::_('PROFILE_PAGETITLE_NEW') . '</small>', 'akeeba');
 }
Esempio n. 4
0
 public function onEmailtemplatesAdd()
 {
     // Quick hack to mark this record as new
     $this->_isNew = true;
     parent::onAdd();
 }