mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Highlight columns that won't be imported
This commit is contained in:
parent
b38775db65
commit
ab89c8c1a8
@ -347,6 +347,7 @@ class importexport_wizard_basic_import_csv
|
|||||||
$j++;
|
$j++;
|
||||||
}
|
}
|
||||||
$sel_options['field_mapping'] = array('--NONE--' => lang('none')) + $this->mapping_fields;
|
$sel_options['field_mapping'] = array('--NONE--' => lang('none')) + $this->mapping_fields;
|
||||||
|
$GLOBALS['egw']->js->set_onload('$j("option[value=\'--NONE--\']:selected").closest("tr").effect("highlight",{},10000);');
|
||||||
unset ($preserv['button']);
|
unset ($preserv['button']);
|
||||||
return $this->step_templates[$content['step']];
|
return $this->step_templates[$content['step']];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user