| foxhound |
|
|---|---|
|
I have a weird problem with the message.tpl and than specifically the pop-up it generates to confirm for example when you want to delete a page. When you use the nemesis or the symisun-03 themes and you choose to delete a page a pop-up comes in the middle of the screen asking if you are sure you want to do this.
I am making a new skin reworking all those tpl's and with this one I am stuck and I can not see how to fix it. Instead of a popup I get a screenwide screwed up streched popup at the top of my screen (so it pushes the header down) with a missing yes button and a not working no button.
<!-- BEGIN: MAIN -->
<div class="col first">
<div class="block">
<h2 class="warning">{MESSAGE_TITLE}</h2>
<div class="warning">
{MESSAGE_BODY}
<!-- BEGIN: MESSAGE_CONFIRM -->
<table class="inline" style="width:80%">
<tr>
<td><a id="confirmYes" href="{MESSAGE_CONFIRM_YES}" class="confirmButton">{PHP.L.Yes}</a></td>
<td><a id="confirmNo" href="{MESSAGE_CONFIRM_NO}" class="confirmButton">{PHP.L.No}</a></td>
</tr>
</table>
<!-- END: MESSAGE_CONFIRM -->
</div>
</div>
</div>
<!-- END: MAIN -->
Any help is very much appreciated. <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|