]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_forced_costs.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_forced_costs.tpl
index f3b4d7daa2d3920e2ad54f3decd42251908fcb53..9a059cc2492c66c2ebd0c80f169b02af499bb804 100644 (file)
@@ -1,18 +1,20 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=list_forced_costs&amp;do=delete_forced_costs%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td align="center" class="table_header bottom" height="25" colspan="4">
-                       <strong>{--ADMIN_DELETE_FORCED_COSTS_TITLE--}</strong>
-               </td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="4" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_delete" name="do_delete" value="{--ADMIN_FORCED_COSTS_REMOVE_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td align="center" class="table_header bottom" colspan="4">
+               {--ADMIN_DELETE_FORCED_COSTS_TITLE--}
+       </td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="4" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_delete" name="do_delete" value="{--ADMIN_FORCED_COSTS_REMOVE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>