sticky submit and reset buttons ref #336

This commit is contained in:
Marc Ducobu
2014-11-18 09:35:06 +01:00
parent d86b5d1921
commit c3fc6295cc
3 changed files with 16 additions and 8 deletions

View File

@@ -192,8 +192,6 @@ class ReportController extends Controller
'cFGroup' => $cFGroup,
));
$form->add('submit', 'submit', array('label' => 'Create'));
return $form;
}
@@ -264,8 +262,6 @@ class ReportController extends Controller
'cFGroup' => $entity->getCFGroup(),
));
$form->add('submit', 'submit', array('label' => 'Update'));
return $form;
}