mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-09 01:00:45 +00:00
Merge pull request #277 from N6REJ/28075
makes icons conform to pr #28075 in J! 4.0-dev
This commit is contained in:
commit
9b0aea98b5
@ -132,7 +132,7 @@ class PullsHtmlView extends DefaultHtmlView
|
||||
*/
|
||||
protected function addToolbar(): void
|
||||
{
|
||||
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester icon-apply');
|
||||
ToolbarHelper::title(Text::_('COM_PATCHTESTER'), 'patchtester fas fa-save');
|
||||
|
||||
if (!count($this->envErrors))
|
||||
{
|
||||
@ -140,7 +140,7 @@ class PullsHtmlView extends DefaultHtmlView
|
||||
|
||||
$toolbar->appendButton(
|
||||
'Popup',
|
||||
'refresh',
|
||||
'sync',
|
||||
'COM_PATCHTESTER_TOOLBAR_FETCH_DATA',
|
||||
'index.php?option=com_patchtester&view=fetch&tmpl=component',
|
||||
500,
|
||||
|
Loading…
Reference in New Issue
Block a user