33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-01-11 01:32:05 +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( $toolbar->appendButton(
'Popup', 'Popup',
'refresh', 'sync',
'COM_PATCHTESTER_TOOLBAR_FETCH_DATA', 'COM_PATCHTESTER_TOOLBAR_FETCH_DATA',
'index.php?option=com_patchtester&view=fetch&tmpl=component', 'index.php?option=com_patchtester&view=fetch&tmpl=component',
500, 500,
@ -145,7 +145,7 @@ class PullsHtmlView extends DefaultHtmlView
); );
// Add a reset button. // 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'); ToolbarHelper::preferences('com_patchtester');