All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_refbanner.tpl
index 22e957c592b68faefcdf59623336a58af894baad..e3944db7459830b8988cb9f877b976a49742b4e9 100644 (file)
@@ -1,32 +1,27 @@
-<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>
-       {!__BANNER_ROWS!}
-       <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>
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=refbanner" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="6" class="admin_title bottom" height="30">
+                       <strong>{--EDIT_DEL_REFBANNER--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REF_URL--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REF_TITLE--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REF_CNTR--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REF_CLIX--}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--REF_VIS--}:</strong></td>
+       </tr>
+       $content
+       <tr>
+               <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>
+       </tr>
+</table>
 </form>
+</div>