]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_failed.tpl
Continued on AJAX installer to start first step (more are easily to add)
[mailer.git] / templates / de / html / beg / beg_failed.tpl
index fb2bbf2db7319da901a8af211990b242483643d3..66af407c72654ed560f6388e7509d0578ba243d7 100644 (file)
@@ -1,9 +1,13 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%">
-       <TR>
-               <TD align="center">
-               <P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
-               <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
-               <P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
-               </TD>
-       </TR>
-</TABLE>
+<div>
+       {--BEG_SORRY_ANOTHER_WAS_HERE_1--}
+       <strong>$content[userid]</strong>
+       {%message,BEG_SORRY_ANOTHER_WAS_HERE_2=$content[points]%}
+</div>
+
+<div>
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div align="right">
+       {--BEG_THANKS_FOR_CLICK_AGAIN--}
+</div>