]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bank_package.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_list_bank_package.tpl
index 31b61028abdff02ce7d9b8594519b6beaa69b47e..bfda51758cfe3b4803fc8495a8c8f8bbf6518946 100644 (file)
@@ -1,29 +1,32 @@
 <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="8" align="center" class="admin_title">
-                       <strong>{--ADMIN_LIST_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="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
-               <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
-               <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
-               <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="8" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
-                       <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
-               </td>
-       </tr>
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_bank_package%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
+<tr>
+       <td colspan="8" align="center" class="table_header">
+               {--ADMIN_LIST_BANK_PACKAGES_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td colspan="2" align="center" class="header_column bottom right">{--ID_SELECT--}</td>
+       <td align="center" class="header_column bottom right">{--BANK_PACKAGES_TITLE--}</td>
+       <td align="center" class="header_column bottom right">{--BANK_PACKAGES_DESCR--}</td>
+       <td align="center" class="header_column bottom right">{--BANK_PACKAGES_ACCOUNT_FEE--}</td>
+       <td align="center" class="header_column bottom right">{--BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</td>
+       <td align="center" class="header_column bottom right">{--BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</td>
+       <td align="center" class="header_column bottom">{--BANK_PACKAGES_STATUS--}</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="8" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>