From 43ecd1fc90bf206c71a64759dec826b63fa78b5c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 16 Nov 2015 10:21:06 +0100 Subject: [PATCH] Fix button for remove navigation item --- application/controllers/NavigationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/NavigationController.php b/application/controllers/NavigationController.php index ee1be93d3..e0c66b60f 100644 --- a/application/controllers/NavigationController.php +++ b/application/controllers/NavigationController.php @@ -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'),