]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points_row.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_points_row.tpl
index ffb7f6b4c2413cfffa7ed262c15a8ee40c2db04d..587496c8b77a6afa7d8fcc429b9b8c19d8779445 100644 (file)
@@ -1,9 +1,11 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]"><INPUT
-               type="checkbox" name="sel[$content[id]]" value="1"
-               class="admin_normal"></TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">
-       $content[lvl]</TD>
-       <TD align="center" class="bottom2 switch_sw$content[sw]">
-       $content[per]%</TD>
-</TR>
+<tr>
+       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="bottom2 right2 switch_sw$content[sw]">
+               $content[level]
+       </td>
+       <td align="center" class="bottom2 switch_sw$content[sw]">
+               $content[percents]%
+       </td>
+</tr>