From ab89c8c1a879e207baf578844d42f9421094e4f2 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 6 Sep 2012 22:52:46 +0000 Subject: [PATCH] Highlight columns that won't be imported --- .../inc/class.importexport_wizard_basic_import_csv.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php b/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php index 96e9819e57..c42725f84e 100644 --- a/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php +++ b/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php @@ -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']]; }