Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_edit_bank_packages.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_bank_package" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed" align="center">
3         <TR>
4                 <TD colspan="4" align="center" class="admin_title bottom2" height="30">
5                         <STRONG>{--ADMIN_EDIT_BANK_PACKAGES--}:</STRONG>
6                 </TD>
7         </TR>
8         $content
9         <TR>
10                 <TD colspan="4" align="center" class="admin_footer">
11                         <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
12                         <INPUT type="submit" name="do_edit" class="admin_edit" value="{--EDIT_ENTRIES--}">
13                 </TD>
14         </TR>
15 </TABLE>
16 </FORM>
17
18 <DIV class="admin_note">{--ADMIN_EDIT_BANK_PACKAGES_NOTES--}</DIV>