]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_refbanner_edit.tpl
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_refbanner_edit.tpl
index 525d3805485d8c4f3645583b963b04fd6ff728d3..8855c768d53e2bc56828fbcba2e18688aa58157f 100644 (file)
@@ -1,22 +1,21 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
-               <TD align="center" colspan="3" class="admin_header bottom2"
-                       height="30"><STRONG>{--EDIT_REFBANNER--}</STRONG></TD>
-               <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
-       </TR>
-       {!__BANNER_ROWS!}
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--EDIT_PAY--}"></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td width="10" class="admin_header bottom2 seperator">&nbsp;</td>
+               <td align="center" colspan="3" class="admin_header bottom2"
+                       height="30"><strong>{--EDIT_REFBANNER--}</strong></td>
+               <td width="10" class="admin_header bottom2 seperator">&nbsp;</td>
+       </tr>
+       $content
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="ok" class="admin_submit"
+                       value="{--EDIT_PAY--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
+</form>
+</div>