]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_reflevel_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_reflevel_row.tpl
index dd2aac26619a1a382c1b167cbc2135427e0ffa59..8ef6e91de9c9391fbe9231a392ee1623ad34e0a0 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_REFERAL_DEPTHS_ID--} $content[id]:</strong>
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--REFERAL_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" name="level[$content[id]]" class="form_field" 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="left">
-               <input type="text" name="perc[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
+               <input type="text" name="perc[$content[id]]" class="form_field" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
        </td>
 </tr>