Add To Cart After Quantity Selector

Hello, does somebody maybe know how i can place te add to cart button after the quantity selector?

I also added a screenshot.



Thanks jan roel

I cannot open your image. Please reupload

Hello uploaded again.

You can change locations of required sections here

design/themes/THEME/templates/blocks/product_templates/default_template.tpl

                    {assign var="qty" value="qty_`$obj_id`"}
                    {$smarty.capture.$qty nofilter}
and
                    {assign var="add_to_cart" value="add_to_cart_`$obj_id`"}
                    {$smarty.capture.$add_to_cart nofilter}