On Monday, July 14, 2003 8:56 PM, Justin Couto wrote:
> I hope this helps some of you and we really hope it gets
> adopted as the new qmailadmin interface.  Please give us
> feedback in the mailing list and if you would like to see
> these changes in future releases of qmail admin please
> show your support.
 
You guys did a great job.
 
 
 
your template.c is a little broken; it shows the "Autoresponders" image even if autoresponders arent allowed.
 
here is a patch on your patch:
 
--- template.c.orig     2003-07-15 23:56:52.898302000 -0400
+++ template.c  2003-07-15 23:56:42.278279000 -0400
@@ -493,13 +493,10 @@
                    CGIPATH, Username,Mytime,Domain,CGIPATH, Username,Mytime,Domain,get_html_text("127"));
                }
 
+              if (MaxAutoResponders != 0) {
             fprintf(actout,
-       "<tr>
-                       <td><img src="" width=\"149\" height=\"19\"></td>
-               </tr>",
+       "<tr> <td><img src="" width=\"149\" height=\"19\"></td> </tr>",
                                IMAGEURL);
-
-              if (MaxAutoResponders != 0) {
                 fprintf(actout,
        "<tr>
                        <td >Color='#D0D2DD'\" bgcolor=\"#FFFFFF\" align=\"left\" style=\"cursor: pointer; cursor: han
d; border-style: solid; border-width: 1px; border-color: #162C46; padding: 3px;\"><a href="">ime=%i&dom=%s&\" class=\"links_display\">%s</a></td>
 
-------------------------------------------------------
Jeremy Kister
www.jeremykister.com
PGP: http://www.jeremykister.com/jeremy/public_key.asc
-------------------------------------------------------

Reply via email to