X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=4a4b116e8ccee55557056c37309a3681007346c4;hb=e813fb1d99a656203ddd21253b7ddc99a6fde1f4;hp=b481a979fea5b376727b144f96711ed37854199f;hpb=51df78f51a4a3ac80c4eedd6768c1bd644e78530;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index b481a979f..4a4b116e8 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -3203,42 +3203,20 @@ void display_enter(void) } wprintf("\n"); - wprintf("\n"); - /* Close the main div, now open a new one, hidden initially, for address book popups. - * Remember: the final div will be closed by wDumpContent, which will think it's merely - * closing the main div. FIXME put this in its own function so we can use it from the + wprintf("\n"); /* End of 'content' div */ + + /* Open a new div, hidden initially, for address book popups. + * FIXME put this in its own function so we can use it from the * calendar too. */ - wprintf("
"); - wprintf("
"); - wprintf(""); - wprintf(""); - wprintf(""); - wprintf("
"); - - wprintf("
"); - - wprintf("
"); - wprintf("
"); + wprintf("
"); + wprintf("
"); + wprintf("
"); wprintf("
"); wprintf("
"); + /* The 'address_book_popup' div will be closed by wDumpContent() */ DONE: wDumpContent(1); }