X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Finetconf.c;h=ff2c31432594d1d5a30de998905f69b2a3b5b8b5;hb=7dbd4a1e78b9682e9df3389c611c3bac36c0a9c3;hp=49ca952c0375e6f38728a5940c3087083b05b041;hpb=dbe935e833c63602b2d726b9c87c14f71eecc03d;p=citadel.git diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 49ca952c0..ff2c31432 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -80,13 +80,6 @@ void display_inetconf(void) } ic_misc = strdup(""); - output_headers(1, 1, 2, 0, 0, 0, 0); - wprintf("
\n"); - wprintf("
"); - wprintf("Internet configuration\n"); - wprintf("
\n"); - wprintf("
\n
\n"); - serv_printf("CONF GETSYS|application/x-citadel-internet-config"); serv_gets(buf); if (buf[0] == '1') while (serv_gets(buf), strcmp(buf, "000")) { @@ -113,7 +106,14 @@ void display_inetconf(void) } - wprintf("
\n"); + output_headers(1, 1, 2, 0, 0, 0, 0); + wprintf("
\n"); + wprintf("
"); + wprintf("Internet configuration\n"); + wprintf("
\n"); + wprintf("
\n
\n"); + + wprintf("
\n"); for (which=0; which"); @@ -148,8 +148,7 @@ void display_inetconf(void) "
\n"); do_template("endbox"); } - wprintf("
\n"); - + wprintf("\n"); wDumpContent(1); for (i=0; i