<div id="update_cross_products_box">
<form method="post" name="featured_product_form">
<table width="700" border="0" cellspacing="0" cellpadding="0" id="irForm">
<tr>
<td>{if $msg==""}{else}<div id="msg_small">{$msg}</div>{/if}</td>
</tr>
<tr>
<td class="section_header">Select featured products</td>
</tr>
<tr>
<td><div id="selection_products" style="overflow:auto; height:300px;">{include file="featured_list_all_products.tpl"}</div>
</td>
</tr>
</table>
<input name="btn_create" id="btn_create" type="submit" value="Set as Featured" class="btn_submit" /> <input name="btn_create" id="btn_create" type="submit" value="Undo Featured" class="btn_submit" />
</form>
</div>