]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_row.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_config_payouts_row.tpl
index 7981c5886390a419f6765ef3189179ae22af137b..7f318dc516c7006632e30f324b8c463c3e9ce205 100644 (file)
@@ -1,9 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" name="sel[$content[id]]" class="admin_normal"
-               value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[from]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[type]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[rate]</TD>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;$content[mpoi]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               <input type="checkbox" title="{--Id_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[from_account]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[type]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[rate]
+       </td>
+       <td class="switch_sw$content[sw] bottom2">
+               &nbsp;$content[min_points]
+       </td>
+</tr>