]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_row.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_config_email_row.tpl
index 34db1de2bb07579016455dcd1667b8409f7b1fb2..ca5315b7928c03b3ce0e8308b7196278d7c089c7 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 class="bottom2 right2 switch_sw$content[sw]">
-       &nbsp;$content[value]&nbsp;</TD>
-       <TD class="bottom2 switch_sw$content[sw]">
-       &nbsp;$content[comment]&nbsp;</TD>
-</TR>
+<tr>
+       <td align="center" class="bottom right switch_sw$content[sw]">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="bottom right switch_sw$content[sw]">
+               &nbsp;$content[value]&nbsp;
+       </td>
+       <td class="bottom switch_sw$content[sw]">
+               &nbsp;$content[comment]&nbsp;
+       </td>
+</tr>