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
1 changed files with 1 additions and 2 deletions

View File

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