A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index 1c211c5fdfaa557eb31b43776359890f8c44772b..dd4acd9365082c5cd01dcfd37db0151fed9bc30e 100644 (file)
@@ -1,27 +1,27 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom" colspan="2" align="center">
+               <td class="table_header bottom" colspan="2" align="center">
                        <strong>{--ADMIN_ADD_NEW_REFERAL_DEPTH_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right" width="200">{--ADMIN_ENTER_REFERAL_LEVEL--}:</td>
                <td>
-                       <input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
+                       <input type="text" name="level" class="form_field" size="3" maxlength="3" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right" width="200">{--ADMIN_ENTER_REFERAL_PERCENTS--}:</td>
                <td class="bottom">
-                       <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />&#37;
+                       <input type="text" name="percents" class="form_field" size="3" maxlength="3" />&#37;
                </td>
        </tr>
        <tr>
-               <td class="admin_footer" colspan="2" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_ADD_DEPTH--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_ADD_DEPTH--}" />
                </td>
        </tr>
 </table>