]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_reflevel.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / admin / admin_list_reflevel.tpl
index 53f555b44d1c477cc939ccde795ffab3f8f14a90..5c7f5fef7d0108ba5ab4b1f4cd4a4c4b94d1e51e 100644 (file)
@@ -1,29 +1,28 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="3" class="admin_title">
-                       <strong>{--ADMIN_EDIT_DELETE_REFERAL_DEPTH_TITLE--}</strong>
+               <td align="center" colspan="3" class="table_header">
+                       <strong>{--ADMIN_EDIT_DELETE_REFERRAL_DEPTH_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--REFERAL_LEVEL--}:</strong></td>
-               <td class="header_column bottom" align="center"><strong>{--REFERAL_PERCENT--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REFERRAL_LEVEL--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--REFERRAL_PERCENT--}:</strong></td>
        </tr>
        $content
        <tr>
-               <td class="admin_footer" colspan="3">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT_LEVEL--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_LEVEL--}" />
+               <td class="table_footer" colspan="3">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_LEVEL--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_LEVEL--}" />
                </td>
        </tr>
 </table>
 </form>
-
-<div class="admin_note">
-       {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
 </div>
 
+<div class="notice">
+       {--ADMIN_REFERRAL_LEVEL_ZERO_NOTICE--}
 </div>