]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_page3.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / install / install_page3.tpl
index a109e05e26a6e1a17c1d8148fb01fc50780d4070..172428c5d11a2d0ca7f9298ab9eb786db13f6b71 100644 (file)
@@ -1,5 +1,6 @@
-<form accept-charset="utf-8" action="{%url=install.php?page=5%}" method="post" target="_self">
-<table border="0" cellspacing="0" cellpadding="0" class="table">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=install.php?page=5%}" method="post" target="_self">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main">
        <tr>
                <td colspan="2" align="center">
                        <div class="install_welcome">{--INSTALLER_HEADER_TEXT_PAGE3--}</div>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_HOST--}:</td>
                <td align="left">
-                       <input type="text" class="form_field" name="smtp_host" size="25" value="$content[smtp_host]" class="form_field" />
+                       <input type="text" class="form_field" name="smtp_host" size="25" value="$content[smtp_host]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_USER--}:</td>
                <td align="left">
-                       <input type="text" class="form_field" name="smtp_user" size="25" value="$content[smtp_user]" class="form_field" />
+                       <input type="text" class="form_field" name="smtp_user" size="25" value="$content[smtp_user]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASS1--}:</td>
                <td align="left">
-                       <input type="password" class="form_field" name="smtp_pass1" size="25" value="$content[smtp_pass1]" class="form_field" />
+                       <input type="password" class="form_field" name="smtp_pass1" size="25" value="$content[smtp_pass1]" />
                </td>
        </tr>
        <tr>
                <td align="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASS2--}:</td>
                <td align="left">
-                       <input type="password" class="form_field" name="smtp_pass2" size="25" value="$content[smtp_pass2]" class="form_field" />
+                       <input type="password" class="form_field" name="smtp_pass2" size="25" value="$content[smtp_pass2]" />
                </td>
        </tr>
        <tr>
@@ -53,3 +54,4 @@
        </tr>
 </table>
 </form>
+</div>