More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / install / install_welcome.tpl
index eed27166ae913f4efa06af8f7fcfb14d1593a30e..6d5692f0acd3499d31d58af122b28f229782f572 100644 (file)
@@ -1,5 +1,4 @@
-<table border="0" cellspacing="0" cellpadding="0"
-       class="install_content">
+<table border="0" cellspacing="0" cellpadding="0" class="install_content">
        <tr>
                <td colspan="2" align="center">
                        <div class="install_welcome">{--WELCOME_TEXT--}</div>
        </tr>
        <tr>
                <td colspan="2" align="center">
-               <form action="install.php" method="GET" target="_self"><input
-                       type="hidden" name="page" value="1"> <input type="submit"
-                       class="admin_submit submit" value="{--NEXT_PAGE--}"
-                       class="install_submit"></form>
+               <form action="install.php" method="get" target="_self">
+                       <input type="hidden" name="page" value="1" />
+                       <input type="submit" class="admin_submit submit" value="{--NEXT_PAGE--}" />
+               </form>
                </td>
        </tr>
        <tr>
                <td colspan="2" height="21" class="seperator">&nbsp;</td>
        </tr>
-</table>
\ No newline at end of file
+</table>