Installation NG continued (still not fully working)
[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="table_row">
23                 <label class="install_label" for="smtp_user">{--INSTALLER_SMTP_USER--}</label>
24                 <input type="text" class="form_field" id="smtp_user" name="smtp_user" size="20" value="{%session=smtp_user%}" onchange="return allowSaveChanges('smtp_user')" />
25         </div>
26
27         <div class="table_row">
28                 <label class="install_label" for="smtp_password1">{--INSTALLER_SMTP_PASSWORD1--}</label>
29                 <input type="password" class="form_field" id="smtp_password1" name="smtp_password1" size="15" value="{%session=smtp_password1%}" onchange="return allowSaveChanges('smtp_password1')" />
30         </div>
31
32         <div class="table_row">
33                 <label class="install_label" for="smtp_password2">{--INSTALLER_SMTP_PASSWORD2--}</label>
34                 <input type="password" class="form_field" id="smtp_password2" name="smtp_password2" size="15" value="{%session=smtp_password2%}" onchange="return allowSaveChanges('smtp_password2')" />
35         </div>
36 </fieldset>
37 </form>
38
39 </div>