Forum Moderators: coopster
<div class="bidomatic">
{if $userid<>0 && $detail["uniqueauction"]==false && $detail["nailbiterauction"]==false}
<div class=" simpletab">
<ul class="tabhead">
<li class="headitem" title="#book_autobidder"><h3 class=" no-bg">{php}echo AUTO_BIDDER;{/php}</h3></li>
<li class="headitem" title="#my_autobidder" style="padding-left:5px"><h3 class=" no-bg">{php}echo MY_AUTOBIDDER;{/php}</h3></li>
</ul>
<div class="content tabcontent">
<div class="tabcontent-item" id="book_autobidder">
<div class="bidomatic_not_active" style="">
<div class="fieldset-left">
<fieldset class="bidomatic">
<p class="bido-small"> {php}echo BID_FROM;{/php}</p>
{$Currency}<input name="bidbutstartprice" value="" id="bid_form" class="bidomatic_txt start" value="6.77" type="text"/>
</fieldset>
</div>
<div class="fieldset-right">
<fieldset class="bidomatic">
<p class="bido-small"># {php}echo BIDS;{/php}</p>
<input name="totalbids" value="" id="bid_bids" class="bidomatic_txt" type="text"/>
<input type="hidden" name="isreverseauction" id="isreverseauction" value="{$detail['reverseauction']}"/>
</fieldset>
</div>
<p class="no-margin">
<a id="bookbidbutlerbutton" name="{$detail["auctionID"]}" title="Book" class="buttons medium blue bidomatic_toggle bido-btn bookbidbutlerbutton" style="color:#ffffff">{php}echo BOOK;{/php}</a>
</p>
</div>
<div class="clear"></div>
<br/>
<p class="small"><a href="help.php">{php}echo LEARN_MORE_HERE;{/php} »</a></p>
</div>
<div class="tabcontent-item" id="my_autobidder">
<table border="0" cellSpacing="0" cellpadding="2" width="100%" align="center">
<tbody>
<tr>
<td><strong>{php}echo BID_FROM;{/php}</strong></td>
<td><strong>{php}echo BIDS;{/php}</strong></td>
<td> </td>
</tr>
{foreach $butlers as $butler}
<tr id="mainbutlerbody_{$butler@index+1}">
<td id="butlerstartprice_{$butler@index+1}">{$Currency}{$butler["butler_start_price"]}</td>
<td id="butlerbids_{$butler@index+1}">{$butler["bids"]}</td>
<td>
{if $butler["butler_start_price"]!=""}
<div id="deletebidbutler_{$butler@index+1}">
<img src="img/buttons/btn_closezoom.png" style="cursor: pointer;" onclick="DeleteBidButler('{$butler["id"]}','{$butler@index+1}');" id="butler_image_{$butler@index+1}" />
</div>
{else}
<div id="deletebidbutler_{$butler@index+1}" style="display:none;">
<img src="img/buttons/btn_closezoom.png" style="cursor: pointer;" onclick="DeleteBidButler('{$butler["id"]}','{$butler@index+1}');" id="butler_image_{$butler@index+1}" />
</div>
{/if}
</td>
</tr>
{/foreach}
{for $i=$butler@total+1 to $bidhistorycount-1}
<tr id="mainbutlerbody_{$i}" style="display:none;">
<td id="butlerstartprice_{$i}"> </td>
<!--td id="butlerendprice_{$i}"> </td-->
<td id="butlerbids_{$i}"> </td>
<td>
<div id="deletebidbutler_{$i}" style="display:none;">
<img src="img/buttons/btn_closezoom.png" style="cursor: pointer;" onclick="" id="butler_image_{$i}" />
</div>
</td>
</tr>
{/for}
</tbody>
</table>
</div>
</div>
</div>
{/if}
</div>