]> code.citadel.org Git - citadel.git/blobdiff - webcit/listsub.c
* add transitional beginboxx template and move some places to the new syntax
[citadel.git] / webcit / listsub.c
index ef7d93b743f858b6d0e31593a675491980aa8832..0f2fd8e86a395d7873f97f937befd9b9117a0320 100644 (file)
@@ -48,8 +48,8 @@ void do_listsub(void)
        wprintf("<div align=center>");
        wprintf("<table border=0 width=75%%><tr><td>");
 
-       svprintf("BOXTITLE", WCS_STRING, _("List subscribe/unsubscribe"));
-       do_template("beginbox");
+       svput("BOXTITLE", WCS_STRING, _("List subscribe/unsubscribe"));
+       do_template("beginboxx", NULL);
        wprintf("<div align=center><br>");
 
        /*
@@ -217,7 +217,7 @@ FORM:               wprintf("<form method=\"POST\" action=\"listsub\">\n");
        }
 
        wprintf("</div>");
-       do_template("endbox");
+       do_template("endbox", NULL);
        wprintf("</td></tr></table></div>");
 
        wprintf("</BODY></HTML>\n");