33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-01-24 15:48:27 +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:
Roland Dalmulder 2020-07-23 22:11:02 +02:00 committed by GitHub
commit 9b0aea98b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ class PullsHtmlView extends DefaultHtmlView
*/ */
protected function addToolbar(): void 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)) if (!count($this->envErrors))
{ {
@ -140,7 +140,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,