]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bank_package.tpl
Renamed a lot language strings to new naming convention, first english translation...
[mailer.git] / templates / de / html / admin / admin_list_bank_package.tpl
index f0248185f6c5cb819e51bb94d800ab022d40d27a..a4092e3a9e3dc7d7a3a0bb1b3be8be5f204a5b7e 100644 (file)
@@ -1,27 +1,27 @@
 <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">
+<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="table dashed" align="center">
        <tr>
-               <td colspan="8" align="center" class="admin_title" height="30">
+               <td colspan="8" align="center" class="table_header">
                        <strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
                </td>
        </tr>
        <tr>
-               <td width="20" colspan="2" align="center" class="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
-               <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_TITLE--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
-               <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_PLUS--}</strong></td>
-               <td width="80" align="center" class="header_column bottom2 right2"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_INTEREST_MINUS--}</strong></td>
-               <td width="120" align="center" class="header_column bottom2"><strong>{--ADMIN_LIST_BANK_PACKAGES_STATUS--}</strong></td>
+               <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 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_DELETE_ENTRIES--}" />
                </td>
        </tr>
 </table>