]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_delete.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_amenu_delete.tpl
index 98750631005e28396112d4c745c039cf029a6d27..f31eb4af4ada1c6b6d2989d8f20d3a965d54de77 100644 (file)
@@ -1,23 +1,24 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=adminedit&amp;sub={!__SUB_VALUE!}"
-       method="POST" target="_self">
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="520">
-       <TR>
-               <TD align="center" colspan="2" class="admin_header" height="40">
-               <STRONG>{--DEL_ADMIN_MENU--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" class="admin_header bottom2">
-               {--DEL_MENU_1--}{!__CHK_VALUE!}{--DEL_MENU_2--}</TD>
-       </TR>
-       {!__MENU_ROWS!}
-       <TR>
-               <TD colspan="2" class="admin_footer"><INPUT
-                       type="hidden" name="ok" value="del"> <INPUT type="hidden"
-                       name="chk" value="{!__CHK_VALUE!}_{!__CNT_VALUE!}"> <INPUT
-                       type="submit" class="admin_delete submit" name="submit"
-                       value="{--DEL_ENTRIES--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=adminedit&amp;sub=$content[sub]" method="post" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="2" class="admin_title" height="40">
+                       <strong>{--DEL_ADMIN_MENU--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="admin_title bottom">
+                       {--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="2" class="admin_footer">
+                       <input type="hidden" name="ok" value="del" />
+                       <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
+                       <input type="submit" class="admin_delete submit" name="submit" value="{--DEL_ENTRIES--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>