mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-24 07:38:26 +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
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user