]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_edit_row.tpl
Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit_row.tpl
index 8e95de22585465d9c69d6c320f0b13e460cc8b11..8f12c53c526e035a91fdd7181129804bde076958 100644 (file)
@@ -5,12 +5,12 @@
                </select>
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <input type="text" name="level[$content[rallye_id]]" class="form_field" size="5" maxlength="20" value="$content[price_level]" />
+               <input type="text" class="form_field" name="level[$content[rallye_id]]" size="5" maxlength="20" value="$content[price_level]" />
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="points[$content[rallye_id]]" class="form_field" size="8" maxlength="20" value="$content[points]" />
+               <input type="text" class="form_field" name="points[$content[rallye_id]]" size="8" maxlength="20" value="$content[points]" />
        </td>
        <td class="{%template,ColorSwitch%} bottom">
-               <input type="text" name="infos[$content[rallye_id]]" class="form_field" size="15" maxlength="255" value="$content[info]" />
+               <input type="text" class="form_field" name="infos[$content[rallye_id]]" size="15" maxlength="255" value="$content[info]" />
        </td>
 </tr>