Monitoring backends configuration icon hotfix
This commit is contained in:
parent
2fe1203646
commit
a0e3720abb
|
@ -86,7 +86,7 @@ class ConfirmRemovalForm extends Form
|
|||
'escape' => false,
|
||||
'value' => '1',
|
||||
'class' => 'btn btn-cta btn-common',
|
||||
'label' => $this->view->icon('remove.png') . ' Confirm Removal'
|
||||
'label' => $this->getView()->icon('remove.png') . ' Confirm Removal'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue