]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rewrite_rows.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
index 820f71a1b8f8fd1231a27e4e1fdff38805380aab..a1630bcdd550cb8c0553c219a793bbb6a883c5a4 100644 (file)
@@ -1,9 +1,8 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[module]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[title]</td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-       {--YES--}:&nbsp;<input type="radio" name="mod[$content[module]]"
-               class="admin_normal" value="Y"$content[y_default]>
-       {--NO--}:&nbsp;<input type="radio" name="mod[$content[module]]"
-               class="admin_normal" value="N"$content[n_default]></td>
+       <td class="switch_sw$content[sw] bottom right" align="center">$content[module]</td>
+       <td class="switch_sw$content[sw] bottom right">$content[title]</td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               {--YES--}:<input type="radio" name="mod[$content[module]]" class="admin_normal" value="Y"$content[y_default] />
+               {--NO--}:<input type="radio" name="mod[$content[module]]" class="admin_normal" value="N"$content[n_default] />
+       </td>
 </tr>