X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsieve.c;h=0c4cd98ec27b555b16492f0f391ba475dc072bc9;hb=e08b4586decea8b10b4ab2d65b67f43cf69f6e25;hp=8506e1fd9f0be6a2bbb479d1527d28801f592e7a;hpb=eecd44aa27b93ef2aaf4d1408ba2d59ff87274ed;p=citadel.git diff --git a/webcit/sieve.c b/webcit/sieve.c index 8506e1fd9..0c4cd98ec 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -712,9 +712,9 @@ void display_add_remove_scripts(char *message) wc_printf("
\n"); - do_template("beginbox_1"); + do_template("box_begin_1"); StrBufAppendBufPlain(WC->WBuf, _("Add a new script"), -1, 0); - do_template("beginbox_2"); + do_template("box_begin_2"); wc_printf(_("To create a new script, enter the desired " "script name in the box below and click 'Create'.")); @@ -727,21 +727,21 @@ void display_add_remove_scripts(char *message) "" "\n", _("Create")); - do_template("endbox"); + do_template("box_end"); - do_template("beginbox_1"); + do_template("box_begin_1"); StrBufAppendBufPlain(WC->WBuf, _("Edit scripts"), -1, 0); - do_template("beginbox_2"); + do_template("box_begin_2"); wc_printf("
%s

\n", _("Return to the script editing screen") ); - do_template("endbox"); + do_template("box_end"); wc_printf("
"); - do_template("beginbox_1"); + do_template("box_begin_1"); StrBufAppendBufPlain(WC->WBuf, _("Delete scripts"), -1, 0); - do_template("beginbox_2"); + do_template("box_begin_2"); wc_printf(_("To delete an existing script, select the script " "name from the list and click 'Delete'.")); @@ -769,7 +769,7 @@ void display_add_remove_scripts(char *message) wc_printf("", _("Delete script"), _("Delete this script?")); wc_printf("\n"); - do_template("endbox"); + do_template("box_end"); wc_printf("
\n");