diff --git a/import.php b/import.php index 552eb35..d7e6143 100755 --- a/import.php +++ b/import.php @@ -2908,19 +2908,20 @@ if ($action == 'edit' && $import->id > 0) { print ' '.count($datanormPreviewMatches).' '.$langs->trans('Matches').''; // Filter: Kabel ausblenden (in eigenem Form für sofortiges Submit) - print ''; - print '
'; + $hideCables = GETPOST('hide_cables', 'int'); + $checked = $hideCables ? ' checked' : ''; + print '
'; + print ''; print ''; print ''; print ''; - $hideCables = GETPOST('hide_cables', 'int'); - $checked = $hideCables ? ' checked' : ''; - print '
'; + print '
'; print ''; print '
';