]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_rallyes_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
index 5c58eedac191e8f690dce13ad3aae7ffc22412dc..5b80e776bec9e834dea7066a882f0a1895fcc832 100644 (file)
@@ -1,13 +1,13 @@
 <tr>
        <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_TITLE--}:</td>
        <td class="{%template,ColorSwitch%}" width="265" align="center">
-               <input type="text" name="title[$content[id]]" class="admin_normal" size="30" maxlength="255" value="$content[title]" />
+               <input type="text" class="form_field" name="title[$content[id]]" size="30" maxlength="255" value="$content[title]" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right" valign="top">{--RALLYE_DESCR--}:</td>
        <td class="{%template,ColorSwitch%}" align="center">
-               <textarea name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
+               <textarea name="descr[$content[id]]" cols="30" rows="6" class="form_field">$content[descr]</textarea>
        </td>
 </tr>
 <tr>
 <tr>
        <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
        <td class="{%template,ColorSwitch%}" width="265" align="center">
-               <input type="text" name="min_users[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_users]" />
+               <input type="text" class="form_field" name="min_users[$content[id]]" size="5" maxlength="20" value="$content[min_users]" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
        <td class="{%template,ColorSwitch%}" width="265" align="center">
-               <input type="text" name="min_prices[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[min_prices]" >
+               <input type="text" class="form_field" name="min_prices[$content[id]]" size="5" maxlength="20" value="$content[min_prices]" >
        </td>
 </tr>