36 lines
1.2 KiB
Smarty
36 lines
1.2 KiB
Smarty
<div style="width:680px;z-index:9999;background:#ffffff;border:solid 1px #cccccc;">
|
|
|
|
{if $item_hits > 0}
|
|
<div class="items search_box" style="margin-bottom:10px;">
|
|
<h3 class="live_search_title">Artikel in den Warenkorb legen:</h3>
|
|
<div style="margin-left:5px;">
|
|
{if $item_search}
|
|
<table border="0" cellpadding="2" callspacing="2" style="width:670px;">
|
|
{foreach from=$item_search item=item}
|
|
<tr style="background:#dddddd;">
|
|
<td>
|
|
{$item->name} - Art-Nr.: {$item->number}
|
|
|
|
<div id="cart_button_box" style="position:relative;">
|
|
<img style="position:absolute;top:7px;left:6px;" src="{$THEME_DIR}/media/images/widgets/shoppingcart_button_icon.png" />
|
|
<form method="post">
|
|
<input type="hidden" value="{$item->id}" name="item_id" />
|
|
<div style="position:absolute;left:50px;top:3px;text-align:center;">
|
|
<div class="graylabel">Anzahl</div>
|
|
<input class="amountbox" type="text" value="1" name="amount" />
|
|
</div>
|
|
<input class="cartbutton" type="submit" value=">> Jetzt kaufen" />
|
|
</form>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
{else}
|
|
-
|
|
{/if}
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
<div style="clear:left;"></div>
|
|
</div> |