Commit ab3b4dc1 authored by Andreas Jung's avatar Andreas Jung

UI p0rn

parent a79bb40a
...@@ -51,13 +51,16 @@ ...@@ -51,13 +51,16 @@
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-label"> <div class="form-label">
Username: Username
</div> </div>
</td> </td>
<td align="left" valign="top"> <td align="left" valign="top">
<input type="text" name="smtp_uid" size="15" <input type="text" name="smtp_uid" size="15"
value="&dtml-smtp_uid;"/> value="&dtml-smtp_uid;"/>
</td> </td>
<td>
<span class="form-help">(optional for SMTP AUTH)</span>
</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
...@@ -69,29 +72,37 @@ ...@@ -69,29 +72,37 @@
<input type="password" name="smtp_pwd" size="15" <input type="password" name="smtp_pwd" size="15"
value="&dtml-smtp_pwd;"/> value="&dtml-smtp_pwd;"/>
</td> </td>
<td>
<span class="form-help">(optional for SMTP AUTH)</span>
</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-label"> <div class="form-label">
Use queue Use mail queue
</div> </div>
</td> </td>
<td align="left" valign="top"> <td align="left" valign="top">
<input type="checkbox" name="smtp_queue:boolean" value="1" <input type="checkbox" name="smtp_queue:boolean" value="1"
<dtml-if "smtp_queue">checked</dtml-if> <dtml-if "smtp_queue">checked</dtml-if>
</td>
<td>
<span class="form-help">(asynchronous mail delivery if checked)</span>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
<div class="form-label"> <div class="form-label">
Queue directory: Queue directory<br/>
</div> </div>
</td> </td>
<td align="left" valign="top"> <td align="left" valign="top">
<input type="text" name="smtp_queue_directory" size="30" <input type="text" name="smtp_queue_directory" size="30"
value="&dtml-smtp_queue_directory;"/> value="&dtml-smtp_queue_directory;"/>
</td> </td>
<td>
<span class="form-help">(directory on the filesystem where the mails will be spooled. Only used if 'Use mail queue' is checked.)</span>
</td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment