]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admins_row.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_admins_row.tpl
index 481d57e012500453d78484abb651fdac63d549d0..fb438a2ddbb38d43c3f431f17ce14d46a06a1d12 100644 (file)
@@ -1,12 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" name="sel[$content[id]]" value="1"></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[admin]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[action]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[what]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-       $content[mode]</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[admin]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[action]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[what]
+       </td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
+               $content[mode]
+       </td>
+</tr>