]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_gmenu_edit.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_gmenu_edit.tpl
index ba98de7eaebc314bc9af19dd331d803012cdecab..e89da339c13012a86f9e54924718116abf95fd9a 100644 (file)
@@ -1,26 +1,20 @@
-<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" width="600"
-       class="admin_table dashed">
-       <TR>
-               <TH class="admin_title bottom2 right2" align="center" width="30"
-                       height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
-               <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
-               <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
-               <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
-               <TH class="admin_title bottom2" align="center"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
-       </TR>
-       {!__MENU_ROWS!}
-       <TR>
-               <TD colspan="5" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
-                       class="admin_normal">&nbsp;* <INPUT type="submit"
-                       class="admin_submit" name="edit" value="{--EDIT_MENUS--}">&nbsp;*
-               <INPUT type="submit" class="admin_submit" name="status"
-                       value="{--CHANGE_MENUS--}">&nbsp;* <INPUT type="submit"
-                       class="admin_delete submit" name="del" value="{--DEL_MENUS--}">
-               </TD>
-       </TR>
+<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">
+<TR>
+       <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><strong>{--ID_SELECT--}</strong></TH>
+       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_ACTION--}</strong></TH>
+       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_WHAT--}</strong></TH>
+       <TH class="admin_title bottom2 right2" align="center"><strong>{--DISPLAY_TITLE--}</strong></TH>
+       <TH class="admin_title bottom2" align="center"><strong>{--SORT_NAVIGATION--}</strong></TH>
+</TR>
+{!__MENU_ROWS!}
+<TR>
+       <TD colspan="5" class="admin_footer">
+               <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
+               <INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
+               <INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
+               <INPUT type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
+       </TD>
+</TR>
 </TABLE>
-</FORM>
\ No newline at end of file
+</form>