]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_delete.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_gmenu_delete.tpl
index e8ac8a2fc9211b29a4123e1e5cdf443b5445a72d..b788ae9e0f08cd6d25286d58fad423ca6597e545 100644 (file)
@@ -1,23 +1,24 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=guestedit&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_GUEST_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" name="submit"
-                       value="{--DEL_ENTRIES--}"></TD>
-       </TR>
-</TABLE>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=guestedit&amp;sub=$content[sub]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td align="center" colspan="2" class="admin_title" height="40">
+                       <strong>{--DEL_GUEST_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" name="submit" value="{--DEL_ENTRIES--}" />
+               </td>
+       </tr>
+</table>
 </form>
+</div>