Fix button for remove navigation item
This commit is contained in:
parent
5e5e9709a5
commit
43ecd1fc90
|
@ -174,7 +174,7 @@ class NavigationController extends Controller
|
|||
$removeForm->addElement('button', 'btn_submit', array(
|
||||
'escape' => false,
|
||||
'type' => 'submit',
|
||||
'class' => 'link-like spinner',
|
||||
'class' => 'link-button spinner',
|
||||
'value' => 'btn_submit',
|
||||
'decorators' => array('ViewHelper'),
|
||||
'label' => $this->view->icon('trash'),
|
||||
|
|
Loading…
Reference in New Issue