]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Extension ext-coupon continued, naming convention, many improvements:
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index e9a0f1183815f307460b48fb1080908d537ee9a4..3fbc8df7164921adce201f152b6d5772942f69d4 100644 (file)
@@ -1,37 +1,27 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="380" class="admin_table dashed" align="center">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_payouts&amp;do=reject&amp;pid=$content[pid]&amp;task=$content[task]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
-               <td class="admin_title bottom2" align="center" height="30">
-                       <strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
+               <td class="table_header bottom" align="center">
+                       <strong>{--ADMIN_PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center">{--PAYOUT_RECEIVER_REJECT--}:<br />
+               <td align="center">{--ADMIN_PAYOUT_RECEIVER_REJECT--}:<br />
                        $content[user]
                </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
-                       <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
+               <td class="bottom" align="center">{--ADMIN_PAYOUT_OPTIONAL_TEXT--}:<br />
+                       <textarea name="text" class="form_field" rows="5" cols="30"></textarea>
                </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_delete" value="{--PAYOUT_REJECT_PAYOUT--}" />
+               <td align="center" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>