31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 14:10:47 +00:00

makes icons conform to pr #28075 in J! 4.0-dev

This commit is contained in:
Troy T. Hall 2020-04-20 13:21:12 -05:00
parent fe1e8f7e6f
commit 4834319f29

View File

@ -133,7 +133,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,
@ -145,7 +145,7 @@ class PullsHtmlView extends DefaultHtmlView
);
// Add a reset button.
$toolbar->appendButton('Standard', 'expired', 'COM_PATCHTESTER_TOOLBAR_RESET', 'reset', false);
$toolbar->appendButton('Standard', 'minus-circle', 'COM_PATCHTESTER_TOOLBAR_RESET', 'reset', false);
}
ToolbarHelper::preferences('com_patchtester');