]> 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 f6af94a2f833fdbfc789740c11818ab8243a67cc..66af407c72654ed560f6388e7509d0578ba243d7 100644 (file)
@@ -1,9 +1,13 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-       <tr>
-               <td align="center">
-               <div>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>$content[userid]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>$content[points]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</div>
-               <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
-               <div align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</div>
-               </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>