X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=348fa1dea301866bb64610ab8a758ac4111274e3;hb=12582fabeb895dc243128d29dc6ff0152682f6ba;hp=b4aea13fe3a22f14e7021b96dab57754baaec795;hpb=bc3214793dae7823ed70e33004e200d0bc562a27;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index b4aea13fe..348fa1dea 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2952,6 +2952,18 @@ void display_enter(void) wprintf("\n", bstr("return_to")); wprintf("\n", WC->nonce); + /** submit or cancel buttons */ + wprintf("

"); + wprintf(" " + "\n", _("Cancel")); + wprintf("

"); + /** header bar */ wprintf(""); @@ -3147,7 +3159,7 @@ void display_enter(void) do_template("richedit"); /** Enumerate any attachments which are already in place... */ - wprintf("
"); @@ -3169,17 +3181,6 @@ void display_enter(void) "\n", _("Add")); wprintf("
"); - wprintf("
"); - wprintf(" " - "\n", _("Cancel")); - wprintf("
"); - /** Make sure we only insert our signature once */ if (strcmp(bstr("sig_inserted"), "yes")) {