Skip to content

Commit

Permalink
Merge pull request #7816 from Hils/staging
Browse files Browse the repository at this point in the history
Update Symbol in Admin #7815
  • Loading branch information
wilsonge committed Sep 9, 2015
2 parents 44d22db + 588c0ef commit f019a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function display($tpl = null)
$this->assign('methodSelect', JoomlaupdateHelperSelect::getMethods($ftp['enabled']));

// Set the toolbar information.
JToolbarHelper::title(JText::_('COM_JOOMLAUPDATE_OVERVIEW'), 'arrow-up-2 install');
JToolbarHelper::title(JText::_('COM_JOOMLAUPDATE_OVERVIEW'), 'loop install');
JToolbarHelper::custom('update.purge', 'purge', 'purge', 'JTOOLBAR_PURGE_CACHE', false);

// Add toolbar buttons.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function display($tpl=null)
$returnUrl = 'index.php?option=com_joomlaupdate&task=update.finalise';

// Set the toolbar information.
JToolbarHelper::title(JText::_('COM_JOOMLAUPDATE_OVERVIEW'), 'arrow-up-2 install');
JToolbarHelper::title(JText::_('COM_JOOMLAUPDATE_OVERVIEW'), 'loop install');
JToolBarHelper::divider();
JToolBarHelper::help('JHELP_COMPONENTS_JOOMLA_UPDATE');

Expand Down

0 comments on commit f019a04

Please sign in to comment.