Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_bank_package.tpl
index 147cfb78c8a2463acf7482f0005dbb53e54fc223..bfda51758cfe3b4803fc8495a8c8f8bbf6518946 100644 (file)
@@ -1,29 +1,32 @@
 <div align="center">
 {%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">
-                       <strong>{--ADMIN_LIST_BANK_PACKAGES--}:</strong>
-               </td>
-       </tr>
-       <tr>
-               <td width="30" 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="115" align="center" class="header_column bottom right"><strong>{--ADMIN_LIST_BANK_PACKAGES_DESCR--}:</strong></td>
-               <td width="115" 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="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>
+<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_close%}
 </div>