|
59 | 59 | if ($DaysToKeepMessages > 0) |
60 | 60 | $DaysToKeepMessagesValue = $DaysToKeepMessages; |
61 | 61 | ?> |
62 | | - <div class="box"> |
| 62 | + <div class="box medium"> |
63 | 63 | <h2><?php EchoTranslation("External account") ?></h2> |
64 | | - <form action="index.php" method="post" onsubmit="return $(this).validation();" class="cd-form"> |
| 64 | + <form action="index.php" method="post" onsubmit="return $(this).validation();" class="form"> |
65 | 65 | <?php |
66 | 66 | PrintHiddenCsrfToken(); |
67 | 67 | PrintHidden("page", "background_account_externalaccount_save"); |
|
82 | 82 | <option value="0" selected>POP3</option> |
83 | 83 | </select> |
84 | 84 | <?php |
85 | | -PrintPropertyEditRow("ServerAddress", "Server address", $Name, 255); |
86 | | -PrintPropertyEditRow("Port", "TCP/IP port", $Name, 25, "number"); |
| 85 | +PrintPropertyEditRow("ServerAddress", "Server address", $ServerAddress, 255); |
| 86 | +PrintPropertyEditRow("Port", "TCP/IP port", $Port, 25, "number"); |
87 | 87 | ?> |
88 | 88 | <p><?php EchoTranslation("Connection security")?></p> |
89 | 89 | <select name="ConnectionSecurity" class="medium"> |
|
92 | 92 | <option value="<?php echo CONNECTION_SECURITY_TLS?>" <?php if ($ConnectionSecurity == CONNECTION_SECURITY_TLS) echo "selected";?> ><?php EchoTranslation("SSL/TLS")?></a> |
93 | 93 | </select> |
94 | 94 | <?php |
95 | | -PrintPropertyEditRow("Username", "User name", $Name, 255); |
| 95 | +PrintPropertyEditRow("Username", "User name", $Username, 255); |
96 | 96 | PrintPasswordEntry("Password", "Password", 255); |
97 | 97 | ?> |
98 | 98 | </div> |
|
0 commit comments