X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsieve.c;h=99bc5aa5a882b1935fe5cee7e15defed1695b43a;hp=40af7f54d8627271072237f7fdb537e3270adf7a;hb=fcb8c4169baa629eb3c1a4979c7c8c32f1560389;hpb=3c09df4fa84902b1ee3dafa28226638b9cbee3f9 diff --git a/webcit/sieve.c b/webcit/sieve.c index 40af7f54d..99bc5aa5a 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -135,9 +135,9 @@ void display_sieve(void) /* The "no filtering" div */ wc_printf("
\n"); - wc_printf("


"); + wc_printf("


"); wc_printf(_("Your incoming mail will not be filtered through any scripts.")); - wc_printf("

\n"); + wc_printf("

\n"); wc_printf("
\n"); /* The "webcit managed scripts" div */ @@ -168,7 +168,7 @@ void display_sieve(void) wc_printf("   "); wc_printf("%s\n", _("Add or delete scripts")); - wc_printf("
\n"); + wc_printf("
\n"); if (num_scripts > 0) { for (i=0; i
"); + wc_printf("

"); wc_printf("
\n"); wc_printf("\n", WC->nonce); wc_printf(_("Script name: ")); - wc_printf("
\n" + wc_printf("
\n" "" "
\n", _("Create")); @@ -671,7 +671,7 @@ void display_add_remove_scripts(char *message) do_template("beginbox_1", NULL); StrBufAppendBufPlain(WC->WBuf, _("Edit scripts"), -1, 0); do_template("beginbox_2", NULL); - wc_printf("
%s

\n", + wc_printf("
%s

\n", _("Return to the script editing screen") ); do_template("endbox", NULL); @@ -684,7 +684,7 @@ void display_add_remove_scripts(char *message) wc_printf(_("To delete an existing script, select the script " "name from the list and click 'Delete'.")); - wc_printf("

"); + wc_printf("

"); wc_printf("
" "
\n"); @@ -703,7 +703,7 @@ void display_add_remove_scripts(char *message) } } } - wc_printf("
\n"); + wc_printf("
\n"); wc_printf("", _("Delete script"), _("Delete this script?")); @@ -931,7 +931,7 @@ void display_rules_editor_inner_div(void) { ); - wc_printf("
"); + wc_printf("
"); wc_printf(""); @@ -1119,7 +1119,7 @@ void display_rules_editor_inner_div(void) { wc_printf("
", i); wc_printf(_("Message:")); - wc_printf("
"); + wc_printf("
"); wc_printf(""); @@ -1152,7 +1152,7 @@ void display_rules_editor_inner_div(void) { } wc_printf("
"); - wc_printf("\n", + wc_printf("\n", _("Add rule") );