A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_payments_row.tpl
index 27687c9cb070aadaf5198297685da739e9baa042..433eca1f822c25b9cc7dd64dfcd4b183f934d86c 100644 (file)
@@ -1,30 +1,30 @@
 <tr>
-       <td class="admin_title bottom" colspan="2" align="center">
+       <td class="table_header bottom" colspan="2" align="center">
                <strong>{--ADMIN_PAYMENT_ID--} $content[id]:</strong>
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_TIME--}:</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="time[$content[id]]" class="admin_normal" value="$content[time]" size="3" maxlength="5" />{--_SECONDS--}
+               <input type="text" name="time[$content[id]]" class="form_field" value="$content[time]" size="3" maxlength="5" />{--_SECONDS--}
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_PAYMENT--}:</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="payment[$content[id]]" class="admin_normal" value="$content[payment]" size="5" maxlength="8" />{?POINTS?}
+               <input type="text" name="payment[$content[id]]" class="form_field" value="$content[payment]" size="5" maxlength="8" />{?POINTS?}
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_PAYMENT_PRICE--}:</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="price[$content[id]]" class="admin_normal" value="$content[price]" size="5" maxlength="8" />
+               <input type="text" name="price[$content[id]]" class="form_field" value="$content[price]" size="5" maxlength="8" />
                <span class="tiny">({?POINTS?})</span>
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_PAYMENT_TITLE--}:</td>
        <td class="{%template,ColorSwitch%} bottom">
-               <input type="text" name="mail_title[$content[id]]" class="admin_normal" value="$content[mail_title]" size="25" maxlength="255" />
+               <input type="text" name="mail_title[$content[id]]" class="form_field" value="$content[mail_title]" size="25" maxlength="255" />
        </td>
 </tr>