]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_stats_row.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / member / member_stats_row.tpl
index b92598825d07a8a7a8fa56b76e5bbb8de899600b..b0b36f0986b44e6ddd9def541871aa602edc8df8 100644 (file)
@@ -1,36 +1,44 @@
-<TR>
-       <TD class="switch_mem$content[sw] top2 right" width="46%" colspan="2"
-               align="center">{--EMAIL_SUBJECT--}:<BR>
-       <STRONG>$content[subj]</STRONG></TD>
-       <TD class="switch_mem$content[sw] top2" width="54%" align="center">
-       {--EMAIL_TIMESTAMP--}:<BR>
-       <STRONG>$content[stamp]</STRONG></TD>
-</TR>
-<TR>
-       <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
-       {--EMAIL_PAYMENT--}:<BR>
-       <STRONG>$content[pay]</STRONG></TD>
-       <TD align="center" class="switch_mem$content[sw] top">
-       {--EMAIL_CATEGORY--}:<BR>
-       <STRONG>$content[cat]</STRONG></TD>
-</TR>
-<TR>
-       <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
-       {--EMAIL_URL--}:<BR>
-       <STRONG><A href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</A></STRONG>
-       </TD>
-       <TD align="center" class="switch_mem$content[sw] top">
-       {--EMAIL_END_SEND--}:<BR>
-       <STRONG>$content[sent]</STRONG></TD>
-</TR>
-<TR>
-       <TD align="center" class="switch_mem$content[sw] top right" width="23%">
-       {--EMAIL_RECEIVERS--}:<BR>
-       <STRONG>$content[recs]</STRONG></TD>
-       <TD align="center" class="switch_mem$content[sw] top right" width="23%">
-       {--EMAIL_CONFIRMED--}:<BR>
-       <STRONG>$content[clix]</STRONG></TD>
-       <TD align="center" class="switch_mem$content[sw] top">
-       {--EMAIL_PERCENT--}:<BR>
-       <STRONG>$content[perc]</STRONG></TD>
-</TR>
+<tr>
+       <td class="switch_mem$content[sw] top right" width="46%" colspan="2" align="center">
+               {--EMAIL_SUBJECT--}:<br />
+               <strong>$content[subject]</strong>
+       </td>
+       <td class="switch_mem$content[sw] top" width="54%" align="center">
+               {--EMAIL_TIMESTAMP--}:<br />
+               <strong>$content[timestamp_ordered]</strong>
+       </td>
+</tr>
+<tr>
+       <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+               {--EMAIL_PAYMENT--}:<br />
+               <strong>{%pipe,translateComma=$content[pay]%}</strong>
+       </td>
+       <td align="center" class="switch_mem$content[sw] top">
+               {--EMAIL_CATEGORY--}:<br />
+               <strong>$content[cat]</strong>
+       </td>
+</tr>
+<tr>
+       <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+               {--EMAIL_URL--}:<br />
+               <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
+       </td>
+       <td align="center" class="switch_mem$content[sw] top">
+               {--EMAIL_END_SEND--}:<br />
+               <strong>$content[sent]</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="switch_mem$content[sw] top right" width="30%">
+               {--EMAIL_RECEIVERS--}:<br />
+               <strong>$content[target_send]</strong>
+       </td>
+       <td align="center" class="switch_mem$content[sw] top right" width="16%">
+               {--EMAIL_CONFIRMED--}:<br />
+               <strong>$content[clix]</strong>
+       </td>
+       <td align="center" class="switch_mem$content[sw] top">
+               {--EMAIL_PERCENT--}:<br />
+               <strong>$content[percents]</strong>
+       </td>
+</tr>