X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsieve.c;h=14a04a7ad921b8d8e136e998564f441c3c274ca8;hb=8aec1a788f381cbe18eafc729a89b303bec05944;hp=0f9687d3552c50cb79c8e66f9936de3d3b608307;hpb=aafa773c33eef66c0d1836d034419bf96e94c156;p=citadel.git diff --git a/webcit/sieve.c b/webcit/sieve.c index 0f9687d35..14a04a7ad 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -656,7 +656,7 @@ void display_add_remove_scripts(char *message) wprintf("
\n"); svput("BOXTITLE", WCS_STRING, _("Add a new script")); - do_template("beginbox", NULL); + do_template("beginboxx", NULL); wprintf(_("To create a new script, enter the desired " "script name in the box below and click 'Create'.")); @@ -672,7 +672,7 @@ void display_add_remove_scripts(char *message) do_template("endbox", NULL); svput("BOXTITLE", WCS_STRING, _("Edit scripts")); - do_template("beginbox", NULL); + do_template("beginboxx", NULL); wprintf("
%s

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