]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_reject_form.tpl
Rewrites for installation phase:
[mailer.git] / templates / de / html / admin / admin_payout_reject_form.tpl
index 3d4bafdcc95c3690dd006605df99df0a7517cef4..42f20937c4d1bddaa4a17a9110648a1366c7a583 100644 (file)
@@ -1,37 +1,27 @@
+<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="admin_table dashed" align="center">
        <tr>
                <td class="admin_title bottom" align="center">
-                       <strong>{--PAYOUT_REJECT_PAYOUT_INTRO--}</strong>
+                       <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 bottom" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center">{--PAYOUT_OPTIONAL_TEXT--}:<br />
+               <td class="bottom" align="center">{--ADMIN_PAYOUT_OPTIONAL_TEXT--}:<br />
                        <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
                </td>
        </tr>
-       <tr>
-               <td class="seperator bottom" height="5">&nbsp;</td>
-       </tr>
        <tr>
                <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--}" />
+                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_PAYOUT_REJECT_PAYOUT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>