]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_edit_row.tpl
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit_row.tpl
index a7508cc5a99104166533dc9673d2536352290aaf..def6c302809d8af5b28daeec6fd67c95a6a0d718 100644 (file)
@@ -1,16 +1,16 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><SELECT
+<tr>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center"><select
                name="rallye_id[$content[id]]" size="1" class="admin_select">
                $content[rallyes]
-       </SELECT></TD>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-       &nbsp;<INPUT type="text" name="level[$content[id]]"
+       </select></td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+       &nbsp;<input type="text" name="level[$content[id]]"
                class="admin_normal" size="5" maxlength="20" value="$content[level]">
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;<INPUT
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;<input
                type="text" name="points[$content[id]]" class="admin_normal" size="8"
-               maxlength="20" value="$content[points]"></TD>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;<INPUT type="text"
+               maxlength="20" value="$content[points]"></td>
+       <td class="switch_sw$content[sw] bottom2">&nbsp;<input type="text"
                name="infos[$content[id]]" class="admin_normal" size="15"
-               maxlength="255" value="$content[infos]"></TD>
-</TR>
+               maxlength="255" value="$content[infos]"></td>
+</tr>