mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
sticky submit and reset buttons ref #336
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user