A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_del_guest_menu.tpl
index b788ae9e0f08cd6d25286d58fad423ca6597e545..4d95af3aed67b5ab38d488fa02adcd2258d44f37 100644 (file)
@@ -1,22 +1,22 @@
 <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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" colspan="2" class="admin_title" height="40">
+               <td align="center" colspan="2" class="table_header" height="40">
                        <strong>{--DEL_GUEST_MENU--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" colspan="2" class="admin_title bottom">
+               <td align="center" colspan="2" class="table_header bottom">
                        {--DEL_MENU_1--}$content[chk]{--DEL_MENU_2--}
                </td>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="2" class="admin_footer">
+               <td colspan="2" class="table_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--}" />
+                       <input type="submit" class="form_delete" name="submit" value="{--DEL_ENTRIES--}" />
                </td>
        </tr>
 </table>