View file mobile/template/confirm_body.html
<!-- INCLUDE overall_header.html --> <div class="tab"><span class="gensmall">{MESSAGE_TITLE}</span></div> <form name="confirm" action="{S_CONFIRM_ACTION}" method="post"> <div class="row1">{MESSAGE_TEXT}<br /> {S_HIDDEN_FIELDS} <input type="submit" name="confirm" value="{YES_VALUE}" class="subbutton"/> <input type="submit" name="cancel" value="{L_NO}" class="subbutton"/></div> </form> <br clear="all" /> <!-- INCLUDE overall_footer.html -->