</table>
			</td>
			
			<!-- RIGHT COLUMN -->
			<td valign="top">
			<table cellspacing="5">
				<?php 
$availableCoupons = MM_Coupon::getAllCodes(true);
if (count($availableCoupons) > 0) {
    ?>
				<tr>
					<td>Coupons</td>
					<td>
						<select id="mm-coupon-ids[]" multiple="multiple" style="width:200px;" size="5">
						<?php 
    echo MM_HtmlUtils::getNonFreeCouponCodes($selectedCoupons);
    ?>
						</select>
						<table style="width:260px;"><tr>
							<td><?php 
    echo MM_Utils::getInfoIcon();
    ?>
</td>
							<td style="font-size:10px; line-height:14px;"><em>Free coupons are not included in this list as no transaction is created when a free coupon is used.</em></td>
						</tr></table>
					</td>
				</tr>
				<?php 
}
?>