Commit e3ec123b authored by 's avatar

Fixed name discrepency I introduce during name sanity fixup.

parent a32abf5d
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TH ALIGN="LEFT">SMTP Host</TH> <TH ALIGN="LEFT">SMTP Host</TH>
<TD ALIGN="LEFT"> <TD ALIGN="LEFT">
<INPUT TYPE="TEXT" NAME="smtpHost" SIZE="40" VALUE="<dtml-var smtpHost html_quote>"> <INPUT TYPE="TEXT" NAME="smtp_host" SIZE="40" VALUE="<dtml-var smtp_host html_quote>">
</TD> </TD>
</TR> </TR>
<TR VALIGN="TOP"> <TR VALIGN="TOP">
<TH ALIGN="LEFT">SMTP Port</TH> <TH ALIGN="LEFT">SMTP Port</TH>
<TD ALIGN="LEFT"> <TD ALIGN="LEFT">
<INPUT TYPE="TEXT" NAME="smtpPort:int" SIZE="4" VALUE="<dtml-var smtpPort html_quote>"> <INPUT TYPE="TEXT" NAME="smtp_port:int" SIZE="4" VALUE="<dtml-var smtp_port html_quote>">
</TD> </TD>
</TR> </TR>
......
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