]> git.mxchange.org Git - mailer.git/blob - templates/de/html/install/install_page_smtp_config.tpl
Added stuff for PHP extension selection in both installers.
[mailer.git] / templates / de / html / install / install_page_smtp_config.tpl
1 <div align="center">
2 <div class="install_title">
3         {--INSTALLER_PAGE_SMTP_CONFIG_TITLE--}
4 </div>
5
6 <div class="para">
7         {--INSTALLER_SMTP_CONFIG_DESCRIPTION--}
8 </div>
9
10 <form>
11 <fieldset id="login_password">
12         <legend>{--INSTALLER_SMTP_LEGEND_OPTIONAL_CONFIG--}</legend>
13         <div class="table_row">
14                 <label class="install_label" for="smtp_host">{--INSTALLER_SMTP_HOST--}</label>
15                 <input type="text" class="form_field" id="smtp_host" name="smtp_host" size="25" value="{%session=smtp_host%}" onchange="return allowSaveChanges('smtp_host')" />
16
17                 <div class="field_note">
18                         {--INSTALLER_SMTP_HOST_NOTICE--}
19                 </div>
20         </div>
21
22         <div class="clear"></div>
23
24         <div class="table_row">
25                 <label class="install_label" for="smtp_user">{--INSTALLER_SMTP_USER--}</label>
26                 <input type="text" class="form_field" id="smtp_user" name="smtp_user" size="20" value="{%session=smtp_user%}" onchange="return allowSaveChanges('smtp_user')" />
27         </div>
28
29         <div class="clear"></div>
30
31         <div class="table_row">
32                 <label class="install_label" for="smtp_password1">{--INSTALLER_SMTP_PASSWORD1--}</label>
33                 <input type="password" class="form_field" id="smtp_password1" name="smtp_password1" size="15" value="{%session=smtp_password1%}" onchange="return allowSaveChanges('smtp_password1')" />
34         </div>
35
36         <div class="clear"></div>
37
38         <div class="table_row">
39                 <label class="install_label" for="smtp_password2">{--INSTALLER_SMTP_PASSWORD2--}</label>
40                 <input type="password" class="form_field" id="smtp_password2" name="smtp_password2" size="15" value="{%session=smtp_password2%}" onchange="return allowSaveChanges('smtp_password2')" />
41         </div>
42 </fieldset>
43 </form>
44
45 </div>