Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / aide / inet / smarthosts.html
diff --git a/webcit/static/t/aide/inet/smarthosts.html b/webcit/static/t/aide/inet/smarthosts.html
new file mode 100644 (file)
index 0000000..4e34612
--- /dev/null
@@ -0,0 +1,14 @@
+<span class="menudesc">
+<?_("(if present, forward all outbound mail to one of these hosts)")>
+</span><br />
+<form method="post" action="save_inetconf">
+<input type="hidden" name="nonce" value='<?NONCE>'>
+<table border="0" cellspacing="2" cellpadding="2" width="94%" class="altern" >
+<?ITERATE("SERVCFG:INET", ="aide_inet_section", 0, 0, -1, "smarthost")>
+<tr><td>
+<input type="text" name="ename" maxlength="256">
+<input type="hidden" name="etype" VALUE="smarthost">
+</td><td align="left">
+<input type="submit" name="oper" value="Add">
+<input type="hidden" name="template" value="aide_display_inetconf">
+</td></tr></table></form>