From 75b12ddaabf29249979c2154af59fc7361390ec4 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 18 Feb 2014 18:45:22 +0000 Subject: [PATCH] Replaced 'Add ...' with a plus in dashboard, shall be a dropdown --- application/controllers/DashboardController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/DashboardController.php b/application/controllers/DashboardController.php index faa7cd88f..170371362 100644 --- a/application/controllers/DashboardController.php +++ b/application/controllers/DashboardController.php @@ -124,8 +124,7 @@ class DashboardController extends ActionController $this->view->tabs->add( 'Add', array( - 'title' => 'Add Url', - 'iconCls' => 'plus', + 'title' => '+', 'url' => Url::fromPath('dashboard/addurl') ) );