X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsieve.c;h=370f3c611d23550c39eee212502a86b8135850b4;hb=6f1846672284d64b74a10937813320271293ad66;hp=d4d00dab74771c026a5db96cd60bc1e8f8981f87;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/sieve.c b/webcit/sieve.c index d4d00dab7..370f3c611 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -649,7 +649,7 @@ void display_add_remove_scripts(char *message) wprintf("
\n"); svput("BOXTITLE", WCS_STRING, _("Add a new script")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("To create a new script, enter the desired " "script name in the box below and click 'Create'.")); @@ -662,19 +662,19 @@ void display_add_remove_scripts(char *message) "" "\n", _("Create")); - do_template("endbox"); + do_template("endbox", NULL); svput("BOXTITLE", WCS_STRING, _("Edit scripts")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf("
%s

\n", _("Return to the script editing screen") ); - do_template("endbox"); + do_template("endbox", NULL); wprintf("
"); svput("BOXTITLE", WCS_STRING, _("Delete scripts")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf(_("To delete an existing script, select the script " "name from the list and click 'Delete'.")); @@ -702,7 +702,7 @@ void display_add_remove_scripts(char *message) wprintf("", _("Delete script"), _("Delete this script?")); wprintf("\n"); - do_template("endbox"); + do_template("endbox", NULL); wprintf("
\n");