* split boxes into beginbox_1 + 2, and put title directly. remove svput of boxtitle.
[citadel.git] / webcit / listsub.c
index 01a567bd6466fc3aa29387667126234a1affff37..1a6b992e451566a309ebb34c754a8c5084afd86b 100644 (file)
@@ -48,8 +48,9 @@ void do_listsub(void)
        wc_printf("<div align=center>");
        wc_printf("<table border=0 width=75%%><tr><td>");
 
-       svput("BOXTITLE", WCS_STRING, _("List subscribe/unsubscribe"));
-       do_template("beginboxx", NULL);
+       do_template("beginbox_1", NULL);
+       StrBufAppendBufPlain(WC->WBuf, _("List subscribe/unsubscribe"), -1, 0);
+       do_template("beginbox_2", NULL);
        wc_printf("<div align=center><br>");
 
        /*