]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index 300c80a341cf4f35a321017a169a21b0e1d45e4b..42fe8cb88a850182ad32e927782547abb148c1f6 100644 (file)
@@ -1,22 +1,27 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_bank_package" method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--ADMIN_DELETE_BANK_PACKAGES--}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="20" colspan="2" align="center" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD width="120" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</STRONG></TD>
-               <TD width="360" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</STRONG></TD>
-               <TD width="120" align="center" class="admin_title bottom2"><STRONG>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</STRONG></TD>
-       </TR>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_bank_package%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+       <tr>
+               <td colspan="5" align="center" class="admin_title" height="30">
+                       <strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="20" colspan="2" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+               <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
+               <td width="360" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
+       </tr>
        $content
-       <TR>
-               <TD colspan="5" align="center" class="admin_footer">
-                       <INPUT type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+       <tr>
+               <td colspan="5" class="admin_footer">
+                       <input type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}" />
+               </td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note">{--ADMIN_DELETE_BANK_PACKAGES_NOTES--}</DIV>
+<div class="admin_note">
+       {--ADMIN_DELETE_BANK_PACKAGES_NOTES--}
+</div>
+</div>