Fix button for remove navigation item

This commit is contained in:
Eric Lippmann 2015-11-16 10:21:06 +01:00
parent 5e5e9709a5
commit 43ecd1fc90
1 changed files with 1 additions and 1 deletions

View File

@ -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'),