]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index 6555fa184cc9c9afc7e381b06a7fb213dc2fa8c5..0d58328a7f0365952c8ecd679257185267bd05fa 100644 (file)
@@ -1,23 +1,26 @@
 <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="5" align="center" class="table_header">
-                       <strong>{--ADMIN_DELETE_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="115" 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="115" align="center" class="header_column bottom"><strong>{--ADMIN_LIST_BANK_PACKAGES_ACCOUNT_FEE--}</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="submit" name="do_delete" class="form_delete" value="{--DEL_ENTRIES--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="5" align="center" class="table_header">
+               {--ADMIN_DELETE_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">{--BANK_PACKAGES_ACCOUNT_FEE--}</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>