Example #1
0
					</div>
					<?php 
} else {
    ?>
					<div id="mdiv" style="margin:15px;">
						<table border="1" cellpadding="2" style="border:1px solid black">
							<tr>
								<th>
									Source Field
								</th>
								<th>
									Target Field
								</th>
							</tr>
							<?php 
    $sArr = $importManager->getSourceArr();
    $tArr = $importManager->getTargetArr();
    foreach ($sArr as $sKey => $sField) {
        ?>
								<tr>
									<td style='padding:2px;'>
										<?php 
        echo $sField;
        ?>
										<input type="hidden" name="sf[]" value="<?php 
        echo $sField;
        ?>
" />
									</td>
									<td>
										<select name="tf[]" style="background:<?php