Commit 8e886ae9 authored by Andreas Jung's avatar Andreas Jung

- show queue controls only if queue is enabled

- some UI p0rn
parent 2293db9e
......@@ -114,6 +114,11 @@
</div>
</td>
</tr>
</table>
<dtml-if smtp_queue>
<br />
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="left" valign="top">
<div class="form-label">
......@@ -146,7 +151,9 @@
</div>
</td>
</tr>
</table>
</table>
</dtml-if>
</form>
<dtml-var manage_page_footer>
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