]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_accept_form.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
index 603bf31e5db5cbdc36f54fb1c134ba1495a1a13c..08dd13242489569060242c067c997927af6f5cf7 100644 (file)
@@ -1,38 +1,38 @@
-<FORM
+<form
        action="{!URL!}/modules.php?module=admin&amp;what=list_payouts&amp;do=accept&amp;pid=$_GET[pid]&amp;task=$content"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
+<table border="0" cellspacing="0" cellpadding="0" width="380"
        class="admin_table dashed" align="center">
-       <TR>
-               <TD class="admin_title bottom2" align="center" height="30"><STRONG>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<BR />
-               {--PAYOUT_USERDATA_VALUE!}</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>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer" align="center"><INPUT type="reset"
-                       class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;* <INPUT
+       <tr>
+               <td class="admin_title bottom2" align="center" height="30"><strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="seperator" height="5">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center">{--PAYOUT_RECEIVER_ACCEPT--}:<br />
+               {--PAYOUT_USERDATA_VALUE--}</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>
+       </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_submit"
-                       value="{--PAYOUT_ACCEPT_PAYOUT--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+                       value="{--PAYOUT_ACCEPT_PAYOUT--}" /></td>
+       </tr>
+</table>
+</form>
\ No newline at end of file