Log message for revision 78985:
  UI p0rn
  

Changed:
  U   Zope/trunk/lib/python/Products/MailHost/dtml/manageMailHost.dtml

-=-
Modified: Zope/trunk/lib/python/Products/MailHost/dtml/manageMailHost.dtml
===================================================================
--- Zope/trunk/lib/python/Products/MailHost/dtml/manageMailHost.dtml    
2007-08-19 09:10:26 UTC (rev 78984)
+++ Zope/trunk/lib/python/Products/MailHost/dtml/manageMailHost.dtml    
2007-08-19 09:36:07 UTC (rev 78985)
@@ -51,13 +51,16 @@
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    Username:
+    Username
     </div>
     </td>
     <td align="left" valign="top">
     <input type="text" name="smtp_uid" size="15"
      value="&dtml-smtp_uid;"/>
     </td>
+    <td>
+    <span class="form-help">(optional for SMTP AUTH)</span>
+    </td>
   </tr>
   <tr>
     <td align="left" valign="top">
@@ -69,29 +72,37 @@
     <input type="password" name="smtp_pwd" size="15"
      value="&dtml-smtp_pwd;"/>
     </td>
+    <td>
+    <span class="form-help">(optional for SMTP AUTH)</span>
+    </td>
   </tr>
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    Use queue
+    Use mail queue
     </div>
     </td>
     <td align="left" valign="top">
     <input type="checkbox" name="smtp_queue:boolean" value="1"
      <dtml-if "smtp_queue">checked</dtml-if>
-
     </td>
+    <td>
+    <span class="form-help">(asynchronous mail delivery if checked)</span>
+    </td>
   </tr>
   <tr>
     <td align="left" valign="top">
     <div class="form-label">
-    Queue directory:
+    Queue directory<br/> 
     </div>
     </td>
     <td align="left" valign="top">
     <input type="text" name="smtp_queue_directory" size="30"
      value="&dtml-smtp_queue_directory;"/>
     </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>
     <td align="left" valign="top">

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to