Fix for rewritting code #2
[mailer.git] / templates / de / html / admin / admin_admins_mails_list_row.tpl
index 9e9eb9ae85b457da0fcf76dd6d31897d82b9b114..5a8d8057661663f69a79cc86c0bf59c175557c06 100644 (file)
@@ -1,11 +1,11 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[tpl]]" class="admin_normal" value="1" />
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[tpl]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[mail_template]]" class="admin_normal" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               $content[mail_template]
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
                $content[alnk]
-       </TD>
-</TR>
+       </td>
+</tr>