]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_page3.tpl
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / templates / de / html / install / install_page3.tpl
index bd6a4f229a23b4b3c2cc7be3acd2cf43a05b7ea0..e25c17db0b7a0ee43b5e6ad70a525c839300e5de 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" 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" 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="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASSWORD1--}:</td>
                <td align="left">
-                       <input type="password" 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="right" class="install_right">{--INSTALLER_TEXT_SMTP_PASSWORD2--}:</td>
                <td align="left">
-                       <input type="password" 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>