add layout for form, consistency with reports

- add buttons at the bottom
This commit is contained in:
2015-07-05 23:58:15 +02:00
parent 7f367a857e
commit e0561340a5
5 changed files with 29 additions and 12 deletions

View File

@@ -113,8 +113,6 @@ class ActivityController extends Controller
)
);
$form->add('submit', 'submit', array('label' => 'Create'));
return $form;
}