diff --git a/js/swad15.237.js b/js/swad15.237.3.js similarity index 99% rename from js/swad15.237.js rename to js/swad15.237.3.js index 7e223e19f..2d0d75a8e 100644 --- a/js/swad15.237.js +++ b/js/swad15.237.3.js @@ -1250,17 +1250,10 @@ function GetIfLeapYear (Year) { } /*****************************************************************************/ -/*********** Copy message subject to form "Show more recipients" *************/ +/****** Copy message subject and content to form "Show more recipients" ******/ /*****************************************************************************/ -function CopySubjectToShowMoreRecipients () { +function CopyMessageToShowMoreRecipients () { document.getElementById ('ShowMoreRecipientsSubject').value = document.getElementById ('MsgSubject').value; -} - -/*****************************************************************************/ -/*********** Copy message content to form "Show more recipients" *************/ -/*****************************************************************************/ - -function CopyContentToShowMoreRecipients () { document.getElementById ('ShowMoreRecipientsContent').value = document.getElementById ('MsgContent').value; } diff --git a/swad_changelog.h b/swad_changelog.h index b0faee4fd..122608ac7 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -134,13 +134,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.237.2 (2016-07-01)" +#define Log_PLATFORM_VERSION "SWAD 15.237.3 (2016-07-01)" #define CSS_FILE "swad15.229.css" -#define JS_FILE "swad15.237.js" +#define JS_FILE "swad15.237.3.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 15.237.3: Jul 01, 2015 Fixed bug in messages. (203257 lines) Version 15.237.2: Jul 01, 2015 Fixed minor problem in textarea for message content. (203261 lines) Version 15.237.1: Jul 01, 2015 Code refactoring in function to send e-mail to students. (203254 lines) Version 15.237: Jul 01, 2015 The form "Show more recipients" now have a hidden field with the content. (203243 lines) diff --git a/swad_message.c b/swad_message.c index d39c4584c..9d867293d 100644 --- a/swad_message.c +++ b/swad_message.c @@ -477,7 +477,7 @@ static void Msg_WriteFormSubjectAndContentMsgToUsrs (char *Content) "" "