]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_sub_points_all.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_sub_points_all.tpl
index 5cfbe0672ead495fc3a945d6b2b28d3be47a4387..fc8279814ea5942fbde3088d5a13186b70607f01 100644 (file)
@@ -1,44 +1,25 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=sub_points&amp;userid=all" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=sub_points&amp;userid=all" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="500" align="center" class="admin_table dashed">
        <tr>
-               <td class="admin_title seperator" height="10" colspan="3">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_title" colspan="3" align="center">{--ADMIN_SUB_POINTS_FROM_ALL--}:</td>
-       </tr>
-       <tr>
-               <td class="admin_title seperator bottom" height="10" colspan="3">&nbsp;</td>
-       </tr>
-       <tr>
-               <td height="8" colspan="3" class="seperator">&nbsp;</td>
+               <td align="center" class="admin_title bottom" colspan="2">{--ADMIN_SUB_POINTS_FROM_ALL--}:</td>
        </tr>
        <tr>
                <td align="right">{--ENTER_POINTS_SUB--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td><input type="text" name="points" size="6" maxlength="7"
-                       class="admin_normal"></td>
-       </tr>
-       <tr>
-               <td height="5" colspan="3" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ENTER_SUB_REASON--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td><textarea name="reason" class="admin_normal" rows="5"
-                       cols="20"></textarea></td>
-       </tr>
-       <tr>
-               <td height="3" colspan="3" class="seperator">&nbsp;</td>
+               <td>
+                       <input type="text" name="points" size="6" maxlength="7" class="admin_normal" />
+               </td>
        </tr>
        <tr>
-               <td height="5" colspan="3" class="seperator bottom">&nbsp;</td>
+               <td class="bottom" align="right">{--ENTER_SUB_REASON--}:</td>
+               <td class="bottom">
+                       <textarea name="reason" class="admin_normal" rows="5" cols="20"></textarea>
+               </td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_footer"><input type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" class="admin_submit" name="ok"
-                       value="{--ADMIN_SUB_POINTS--}" /></td>
+               <td align="center" class="admin_footer" colspan="2">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="admin_submit" name="ok" value="{--ADMIN_SUB_POINTS--}" />
+               </td>
        </tr>
 </table>
 </form>