Clean code
This commit is contained in:
parent
5f0a34166d
commit
50b4eaf82f
@ -1016,7 +1016,7 @@ if ($step == 4 && $datatoimport) {
|
|||||||
|
|
||||||
//var_dump($array_match_file_to_database);
|
//var_dump($array_match_file_to_database);
|
||||||
|
|
||||||
print '<tr valign="top"><td width="50%">';
|
print '<tr valign="top"><td width="50%" class="nopaddingleftimp nopaddingrightimp">';
|
||||||
|
|
||||||
$fieldsplaced = array();
|
$fieldsplaced = array();
|
||||||
$valforsourcefieldnb = array();
|
$valforsourcefieldnb = array();
|
||||||
@ -1047,6 +1047,7 @@ if ($step == 4 && $datatoimport) {
|
|||||||
//var_dump($valforsourcefieldnb);
|
//var_dump($valforsourcefieldnb);
|
||||||
|
|
||||||
// Complete source fields from count($fieldssource)+1 to count($fieldstarget)
|
// Complete source fields from count($fieldssource)+1 to count($fieldstarget)
|
||||||
|
/*
|
||||||
$more = 1;
|
$more = 1;
|
||||||
$num = count($fieldssource);
|
$num = count($fieldssource);
|
||||||
while ($lefti <= $num) {
|
while ($lefti <= $num) {
|
||||||
@ -1058,12 +1059,13 @@ if ($step == 4 && $datatoimport) {
|
|||||||
$lefti++;
|
$lefti++;
|
||||||
$more++;
|
$more++;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
print "</div>\n";
|
print "</div>\n";
|
||||||
print "<!-- End box left container -->\n";
|
print "<!-- End box left container -->\n";
|
||||||
|
|
||||||
|
|
||||||
print '</td><td width="50%">';
|
print '</td><td width="50%" class="nopaddingleftimp nopaddingrightimp">';
|
||||||
|
|
||||||
// List of target fields
|
// List of target fields
|
||||||
$optionsnotused = "";
|
$optionsnotused = "";
|
||||||
|
|||||||
@ -818,6 +818,12 @@ textarea.centpercent {
|
|||||||
.nopaddingright {
|
.nopaddingright {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
.nopaddingleftimp {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
}
|
||||||
|
.nopaddingrightimp {
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
.paddingleft {
|
.paddingleft {
|
||||||
padding-<?php print $left; ?>: 4px;
|
padding-<?php print $left; ?>: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -969,6 +969,12 @@ textarea.centpercent {
|
|||||||
.nopaddingright {
|
.nopaddingright {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
.nopaddingleftimp {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
}
|
||||||
|
.nopaddingrightimp {
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
.paddingleft {
|
.paddingleft {
|
||||||
padding-<?php print $left; ?>: 4px;
|
padding-<?php print $left; ?>: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user