// Some bootstrap changes in controllers

This commit is contained in:
Jerome Nadaud
2013-11-20 18:44:20 +01:00
parent c2e3e1295c
commit a536833f52
3 changed files with 3 additions and 3 deletions
@@ -78,7 +78,7 @@ class AdminDashboardControllerCore extends AdminController
{
$form['icon'] = 'tab-preferences';
$form['fields'] = array();
$form['submit'] = array('title' => $this->l('Save'), 'class' => 'button');
$form['submit'] = array('title' => $this->l('Save'), 'class' => 'btn btn-default');
}
foreach ($modules as $module)