]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_failed.tpl
mailer project continued:
[mailer.git] / templates / de / html / beg / beg_failed.tpl
index 2d66218991c62e5de3601dba31284f9e5c62a3e5..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>