Replaced 'Add ...' with a plus in dashboard, shall be a dropdown

This commit is contained in:
Thomas Gelf 2014-02-18 18:45:22 +00:00
parent be9c0723ce
commit 75b12ddaab

View File

@ -124,8 +124,7 @@ class DashboardController extends ActionController
$this->view->tabs->add( $this->view->tabs->add(
'Add', 'Add',
array( array(
'title' => 'Add Url', 'title' => '+',
'iconCls' => 'plus',
'url' => Url::fromPath('dashboard/addurl') 'url' => Url::fromPath('dashboard/addurl')
) )
); );