Highlight columns that won't be imported

This commit is contained in:
Nathan Gray 2012-09-06 22:52:46 +00:00
parent b38775db65
commit ab89c8c1a8

View File

@ -347,6 +347,7 @@ class importexport_wizard_basic_import_csv
$j++;
}
$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']);
return $this->step_templates[$content['step']];
}