]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_refbanner_edit.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_refbanner_edit.tpl
index 134d6d8a4e8903d31c713ff1f7a3e1003c4427c2..5e9148049b38462957610f88f891da8e57dc312b 100644 (file)
@@ -1,22 +1,18 @@
-<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--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--EDIT_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&amp;mode=edit%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="3" class="admin_title bottom" height="30">
+                       <strong>{--EDIT_REFBANNER--}</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <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>
+       </tr>
+</table>
 </form>
+</div>