Easy question I hope. The refresh button on the Discount Coupon appears to be displayed by
Code:
<div class="refreshButton"><input type="button" value="Refresh" onclick="updateForm()" /></div>
in tpl_checkout_stacked
What should I replace that line with to use an image instead of css for the button?