I want to move 'Add to cart' button with out 'add to wish list'

I want to move ‘Add to cart’ button in product detail page, I have to try but it move the link ‘add to wish list’ too, how I can do like my attached picture.



I have to tried , I move code in /skins/[my_skin]/customer/blocks/product_templates/default_template.tpl, I got result like second picture, But I want to be like last picture


<br />
{$smarty.capture.$product_options}<br />
   {if $capture_buttons}{capture name="buttons"}{/if}<br />
	<div class="buttons-container"><br />
	 {assign var="qty" value="qty_`$obj_id`"}<br />
	 {$smarty.capture.$qty}<br />
	 {if $show_details_button}<br />
	  {include file="buttons/button.tpl" but_href="products.view?product_id=`$product.product_id`" but_text=$lang.view_details but_role="submit"}<br />
	 {/if}<br />
	 {assign var="add_to_cart" value="add_to_cart_`$obj_id`"}<br />
	 {$smarty.capture.$add_to_cart}<br />
	 {assign var="list_buttons" value="list_buttons_`$obj_id`"}<br />
	 {$smarty.capture.$list_buttons}<br />
	</div><br />
   {if $capture_buttons}{/capture}{/if}<br />

```<p><a href="127.0.0.1/uploads/monthly_10_2012/post-20233-0-86108900-1349322183.png">Before.PNG</a></p><p><a href="127.0.0.1/uploads/monthly_10_2012/post-20233-0-67097400-1349322193.png">Have_To_Tried.PNG</a></p><p><a href="127.0.0.1/uploads/monthly_10_2012/post-20233-0-10865300-1349322213.png">Want_to_be.PNG</a></p>

Hi,

  1. add [color=#000080]{assign var=“capture_buttons” value=true} [/color]

    before [color=#006400]{script src=“js/exceptions.js”}[/color] on [color=#ff0000]default_template.tpl[/color]
  2. before [color=#ff0000]or where you wish to add cart action but before[/color]

    [color=#ff0000]{assign var=“form_close” value=“form_close_$obj_id”}

    {$smarty.capture.$form_close}[/color]

    add {$smarty.capture.buttons}