]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_refbanner.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_refbanner.tpl
index 22e957c592b68faefcdf59623336a58af894baad..5eecd13fdce79ff86cad0b50f138dd17c2118e2e 100644 (file)
@@ -1,32 +1,32 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=refbanner"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD width="10" class="admin_title seperator bottom2">&nbsp;</TD>
-               <TD align="center" colspan="6" class="admin_header bottom2"
-                       height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></TD>
-               <TD width="10" class="admin_title seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_header seperator bottom2" width="10">&nbsp;</TD>
-               <TD class="admin_header bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
-               <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></TD>
-               <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></TD>
-               <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></TD>
-               <TD class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></TD>
-               <TD class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></TD>
-               <TD class="admin_header seperator bottom2" width="10">&nbsp;</TD>
-       </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=refbanner" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td width="10" class="admin_title seperator bottom2">&nbsp;</td>
+               <td align="center" colspan="6" class="admin_header bottom2"
+                       height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></td>
+               <td width="10" class="admin_title seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_header seperator bottom2" width="10">&nbsp;</td>
+               <td class="admin_header bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></td>
+               <td class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></td>
+               <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></td>
+               <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></td>
+               <td class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></td>
+               <td class="admin_header seperator bottom2" width="10">&nbsp;</td>
+       </tr>
        {!__BANNER_ROWS!}
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="6"><INPUT
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="6"><input
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--EDIT_PAY--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--DEL_PAY--}" /></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+               <input type="submit" name="edit" class="admin_submit"
+                       value="{--EDIT_PAY--}" /> <input type="submit"
+                       name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>
+</div>