Make sure this is in message.tpl:
XML/XHTML
1 2 3 4 5 6 7 8 |
< table class = "inline" style = "width:15%; margin: 10px;" >
< tr >
< td >< a id = "confirmYes" href = "{MESSAGE_CONFIRM_YES}" class = "submit" >< span >{PHP.L.Yes}</ span ></ a ></ td >
< td >< a id = "confirmNo" href = "{MESSAGE_CONFIRM_NO}" class = "submit" >< span >{PHP.L.No}</ span ></ a ></ td >
</ tr >
</ table >
|