]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_points.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_points.tpl
index 5532554190805aedfb38fa1e48f2ac5e587cb8eb..2a7fe6357eb863478b8c8013e807284faee4e8d5 100644 (file)
@@ -1,24 +1,29 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_points&sub=ref"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="600">
-       <TR>
-               <TD align="center" colspan="3" class="admin_title" height="30"><STRONG>{--EDIT_DEL_REFDEPTH--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" width="30" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD class="admin_title bottom2 right2" width="275" align="center"><STRONG>{--REF_LEVEL--}:</STRONG></TD>
-               <TD class="admin_title bottom2" width="275" align="center"><STRONG>{--REF_PERCENT--}:</STRONG></TD>
-       </TR>
-       {--__LEVEL_ROWS--}
-       <TR>
-               <TD class="admin_footer" align="center" colspan="3"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_LVL--}">&nbsp;* <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_LVL--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<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">
+       <tr>
+               <td align="center" colspan="3" class="admin_title">
+                       <strong>{--EDIT_DEL_REFDEPTH--}</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>{--REF_LEVEL--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--REF_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="{--EDIT_LVL--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--DEL_LVL--}" />
+               </td>
+       </tr>
+</table>
+</form>
+
+<div class="admin_note">
+       {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
+</div>
+
+</div>