|
|
|
|
@ -1132,7 +1132,7 @@ function display_user_overview_export_options() { |
|
|
|
|
foreach ($extrafields as $key => $extra) { |
|
|
|
|
$form->addElement('checkbox', 'extra_export_field'.$extra[0], '', $extra[3]); |
|
|
|
|
} |
|
|
|
|
$form->addElement('submit', null, get_lang('Ok')); |
|
|
|
|
$form->addElement('style_submit_button','submit', get_lang('Ok'),'class="save"' ); |
|
|
|
|
|
|
|
|
|
// setting the default values for the form that contains all the extra fields |
|
|
|
|
if (is_array($_SESSION['additional_export_fields'])) { |
|
|
|
|
|