]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_edit_row.tpl
Typo fixed
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit_row.tpl
index a74ffebb0da830999207e4f6b42e0ece385836cf..8f12c53c526e035a91fdd7181129804bde076958 100644 (file)
@@ -1,16 +1,16 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <select name="rallye_id[$content[rallye_id]]" size="1" class="admin_select">
+               <select name="rallye_id[$content[rallye_id]]" size="1" class="form_select">
                        $content[rallye_content]
                </select>
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <input type="text" name="level[$content[rallye_id]]" class="admin_normal" 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="admin_normal" 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="admin_normal" 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>