]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email.tpl
Yet another more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
index 96afa8945e0ae9f90791579331efd33525fda745..7cf664d93a098ebdc0d0afc29aa28569ef42e737 100644 (file)
@@ -1,7 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
+<form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td width="10" height="30" class="admin_title seperator">&nbsp;</td>
                <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_EDIT_EMAIL--}:</strong>
@@ -13,7 +11,7 @@
                <td align="right" class="top2"><strong>{--EDIT_URL--}:</strong>
                </td>
                <td width="5" class="top2 seperator">&nbsp;</td>
-               <td class="top2"><INPUT type="text" name="url"
+               <td class="top2"><input type="text" name="url"
                        class="admin_normal" size="30" maxlength="255"
                        value="{!__URL_VALUE!}"></td>
                <td width="10" class="top2 seperator">&nbsp;</td>
@@ -23,7 +21,7 @@
                <td align="right" class="top2"><strong>{--EMAIL_EDIT_SUBJ--}:</strong>
                </td>
                <td width="5" class="top2" seperator>&nbsp;</td>
-               <td class="top2"><INPUT type="text" name="subj"
+               <td class="top2"><input type="text" name="subj"
                        class="admin_normal" size="30" maxlength="255"
                        value="{!__SUBJ_VALUE!}"></td>
                <td width="10" class="top2" seperator>&nbsp;</td>
        <tr>
                <td width="10" class="admin_footer seperator top2" height="35">&nbsp;</td>
                <td align="center" height="30" colspan="3" class="admin_footer top2">
-               <INPUT type="hidden" name="id" value="{!__ID_VALUE!}"> <INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="save" class="admin_submit"
-                       value="{--ADMIN_CHANGE_EMAIL--}" /></td>
+                       <input type="hidden" name="id" value="{!__ID_VALUE!}"/ >
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="save" class="admin_submit" value="{--ADMIN_CHANGE_EMAIL--}" />
+               </td>
                <td width="10" class="admin_footer seperator top2">&nbsp;</td>
        </tr>
 </table>