mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-10 17:24:39 +00:00
makes icons conform to pr #28075 in J! 4.0-dev
This commit is contained in:
parent
fe1e8f7e6f
commit
4834319f29
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user