| Twiebie |
|
|---|---|
|
Make sure this is in message.tpl:
<!-- BEGIN: MESSAGE_CONFIRM -->
<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>
<!-- END: MESSAGE_CONFIRM -->
|