diff --git a/swad_changelog.h b/swad_changelog.h index d53df5954..8429ae73f 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -133,7 +133,7 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.190.5 (2016-04-09)" +#define Log_PLATFORM_VERSION "SWAD 15.190.6 (2016-04-09)" #define CSS_FILE "swad15.190.1.css" #define JS_FILE "swad15.190.1.js" @@ -141,7 +141,7 @@ // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* Version 15.191: Apr 09, 2016 Form to attach an image to a forum post. Not finished. (? lines) - Version 15.190.6: Apr 09, 2016 Changes in layout of form to write a new message. (? lines) + Version 15.190.6: Apr 09, 2016 Changes in layout of form to write a new message. (199152 lines) Version 15.190.5: Apr 09, 2016 Changes in layout of form to write a new forum post. (199156 lines) Version 15.190.4: Apr 09, 2016 Changes in layout of form to write a new forum post. (199152 lines) Version 15.190.3: Apr 09, 2016 Change in format of image title/attribution. (199145 lines) diff --git a/swad_message.c b/swad_message.c index 1b9fcede0..731857ffc 100644 --- a/swad_message.c +++ b/swad_message.c @@ -362,7 +362,7 @@ static void Msg_PutFormMsgUsrs (const char *Content) } /***** Start table *****/ - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,"
"); /***** "To:" section (recipients) *****/ fprintf (Gbl.F.Out,"" @@ -402,16 +402,12 @@ static void Msg_PutFormMsgUsrs (const char *Content) /***** Subject and content sections *****/ Msg_WriteFormSubjectAndContentMsgToUsrs (Content); - /***** Help for text editor and send button *****/ - fprintf (Gbl.F.Out,"" - "" - ""); - /***** End table *****/ fprintf (Gbl.F.Out,"
"); - Lay_HelpPlainEditor (); - fprintf (Gbl.F.Out,"
"); + /***** Help for text editor and send button *****/ + Lay_HelpPlainEditor (); + /***** Send button *****/ Lay_PutCreateButton (Txt_Send_message); @@ -527,16 +523,16 @@ static void Msg_WriteFormUsrsIDsOrNicksOtherRecipients (void) else fprintf (Gbl.F.Out," >%s:", Txt_Recipients); - fprintf (Gbl.F.Out," (%s)" - "" + fprintf (Gbl.F.Out,"" "" "" - "" - "