diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index b87b1e18f1a..84ecc417a76 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -1079,16 +1079,16 @@ if ($step == 4 && $datatoimport) { } } - $height = '24px'; //needs px for css height attribute below + $height = '32px'; //needs px for css height attribute below $i = 0; $mandatoryfieldshavesource = true; - print '
| ';
$filecolumn = !empty($array_match_database_to_file[$code])?$array_match_database_to_file[$code]:0;
@@ -1224,7 +1225,7 @@ if ($step == 4 && $datatoimport) {
print '';
- if ($conf->use_javascript_ajax) {
+ if (!empty($conf->use_javascript_ajax)) {
print ''."\n";
@@ -2174,24 +2177,24 @@ $db->close();
*/
function show_elem($fieldssource, $pos, $key, $var, $nostyle = '')
{
- global $langs, $bc;
+ global $langs;
- $height = '28px';
+ $height = '32px';
if ($key == 'none') {
//stop multiple duplicate ids with no number
print "\n\n\n";
print ' '."\n";
- print '
|