Yet another more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
index e3b060b700eb36235fd12264a88013650db67199..7cf664d93a098ebdc0d0afc29aa28569ef42e737 100644 (file)
@@ -1,50 +1,48 @@
-<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">
-       <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>
-               ({!__ID_VALUE!})</TD>
-               <TD width="10" class="admin_title seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
-               <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"
+<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>
+               ({!__ID_VALUE!})</td>
+               <td width="10" class="admin_title seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="top2 seperator" height="35">&nbsp;</td>
+               <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"
                        class="admin_normal" size="30" maxlength="255"
-                       value="{!__URL_VALUE!}"></TD>
-               <TD width="10" class="top2 seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
-               <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"
+                       value="{!__URL_VALUE!}"></td>
+               <td width="10" class="top2 seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="top2 seperator" height="35">&nbsp;</td>
+               <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"
                        class="admin_normal" size="30" maxlength="255"
-                       value="{!__SUBJ_VALUE!}"></TD>
-               <TD width="10" class="top2" seperator>&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" height="125" class="top2" seperator>&nbsp;</TD>
-               <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_TEXT--}:</STRONG>
-               </TD>
-               <TD width="5" class="top2 seperator">&nbsp;</TD>
-               <TD class="top2"><TEXTAREA name="text" class="admin_normal"
-                       rows="8" cols="28">{!__TEXT_VALUE!}</TEXTAREA></TD>
-               <TD width="10" class="top2 seperator">&nbsp;</TD>
-       </TR>
-       <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>
-               <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{!__SUBJ_VALUE!}"></td>
+               <td width="10" class="top2" seperator>&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" height="125" class="top2" seperator>&nbsp;</td>
+               <td align="right" class="top2"><strong>{--EMAIL_EDIT_TEXT--}:</strong>
+               </td>
+               <td width="5" class="top2 seperator">&nbsp;</td>
+               <td class="top2"><textarea name="text" class="admin_normal"
+                       rows="8" cols="28">{!__TEXT_VALUE!}</textarea></td>
+               <td width="10" class="top2 seperator">&nbsp;</td>
+       </tr>
+       <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>
+               <td width="10" class="admin_footer seperator top2">&nbsp;</td>
+       </tr>
+</table>
+</form>