]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_reflevel_row.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_edit_reflevel_row.tpl
index dd2aac26619a1a382c1b167cbc2135427e0ffa59..0b57261191883a8630948e2b872078182f2f2722 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
-               <strong>{--ADMIN_REFERAL_DEPTHS_ID--} $content[id]:</strong>
+       <td colspan="2" align="center" class="table_header bottom">
+               <strong>{--ADMIN_REFERRAL_DEPTHS_ID--} $content[id]:</strong>
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%}" align="right">{--REFERAL_LEVEL--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%}" align="right">{--REFERRAL_LEVEL--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%}" align="left">
-               <input type="text" name="level[$content[id]]" class="admin_normal" value="$content[level]" size="3" maxlength="5" />
+               <input type="text" class="form_field" name="level[$content[id]]" value="$content[level]" size="3" maxlength="5" />
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%} bottom" align="right">{--REFERAL_PERCENT--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--REFERRAL_PERCENT--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%} bottom" align="left">
-               <input type="text" name="perc[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
+               <input type="text" class="form_field" name="perc[$content[id]]" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
        </td>
 </tr>