* apply R8157 from the dav-rework branch:
[citadel.git] / webcit / static / t / aide_inet_smarthosts.html
index 5f66d937b753bae88ed5c3cba076887ec3716043..cb77afc6bfea624938fad4d0318eba178f039713 100644 (file)
@@ -1,13 +1,13 @@
 <span class="menudesc">
 <?_("(if present, forward all outbound mail to one of these hosts)")>
 </span><br />
-<table border=0 cellspacing="2px" cellpadding="2px" width=94%% class="altern" >
-<?ITERATE("SERVCFG:INET", "section_aide_inetconf_entry", "smarthost")>
+<table border=0 cellspacing="2" cellpadding="2" width=94% class="altern" >
+<?ITERATE("SERVCFG:INET", "section_aide_inetconf_entry", 0, 0, -1, "smarthost")>
 <form method="post" action="save_inetconf">
 <input type="hidden" name="nonce" value='<?NONCE>'>
 <tr><td>
 <input type="text" name="ename" maxlength="64">
-<input type="hidden" name="etype" VALUE="rbl">
+<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_inetconf">