1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<div style="font-size:18px;">
<img alt="" src="images/warning.png" align=top> {t}Warning{/t}
</div>
<p>
{$info}
{t}Please double check if you really want to do this since there is no way for FusionDirectory to get your data back.{/t}
</p>
<p>
{t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
<input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
<input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>
|