From: Art Cancro Date: Mon, 30 Oct 2006 16:34:16 +0000 (+0000) Subject: Javascript multi-pane select for Sieve edit screen X-Git-Tag: v7.86~3868 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=450d1a04b0b76a3b7bc8fb139069efe1d39031dc Javascript multi-pane select for Sieve edit screen based on the drop-down box --- diff --git a/webcit/sieve.c b/webcit/sieve.c index 2f600811b..4c900c090 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -16,6 +16,21 @@ void display_sieve(void) { output_headers(1, 1, 2, 0, 0, 0); + wprintf(" \n" + ); + wprintf("
\n"); wprintf("
"); wprintf(""); @@ -29,12 +44,10 @@ void display_sieve(void) "
\n"); - wprintf("
\n"); - - wprintf("
\n"); + wprintf("
\n"); wprintf(_("When new mail arrives: ")); - wprintf("\n"); wprintf("
\n"); wprintf("
\n"); + + wprintf(" \n" + ); + wDumpContent(1); }