]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Fix for rewritting code #2
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index e9a0f1183815f307460b48fb1080908d537ee9a4..0dc02afd94d9bc3f63909087b6e1c94ba4f83aa3 100644 (file)
@@ -1,7 +1,7 @@
-<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">
+<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="admin_table dashed" align="center">
        <tr>
-               <td class="admin_title bottom2" align="center" height="30">
+               <td class="admin_title bottom" align="center" height="30">
                        <strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
                </td>
        </tr>
@@ -14,7 +14,7 @@
                </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
+               <td class="seperator bottom" height="5">&nbsp;</td>
        </tr>
        <tr>
                <td class="seperator" height="5">&nbsp;</td>
                </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" height="5">&nbsp;</td>
+               <td class="seperator bottom" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td class="admin_footer">
+               <td align="center" 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>