mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
add translations for all steps and clean layout
This commit is contained in:
@@ -245,11 +245,9 @@ class ExportController extends Controller
|
||||
));
|
||||
}
|
||||
|
||||
//if (strpos($step, 'generate_') !== false) {
|
||||
$builder->add('submit', 'submit', array(
|
||||
'label' => 'Generate'
|
||||
));
|
||||
//}
|
||||
$builder->add('submit', 'submit', array(
|
||||
'label' => 'Generate'
|
||||
));
|
||||
|
||||
return $builder->getForm();
|
||||
}
|
||||
|
Reference in New Issue
Block a user