Version 15.136.1

This commit is contained in:
Antonio Cañas Vargas 2016-02-02 19:35:35 +01:00
parent 87740b73a2
commit 43e83a31fd
5 changed files with 9 additions and 2264 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2213,10 +2213,10 @@ static void Ctr_PutHeadCentresForSeeing (bool OrderSelectable)
"<th class=\"RIGHT_MIDDLE\">"
"%s"
"</th>"
"<th class=\"LEFT_MIDDLE\">"
"<th class=\"RIGHT_MIDDLE\">"
"%s"
"</th>"
"<th class=\"LEFT_MIDDLE\">"
"<th class=\"RIGHT_MIDDLE\">"
"%s+<br />%s"
"</th>"
"<th class=\"LEFT_MIDDLE\">"

View File

@ -121,13 +121,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.136 (2016-01-30)"
#define CSS_FILE "swad15.134.css"
#define Log_PLATFORM_VERSION "SWAD 15.136.1 (2016-02-02)"
#define CSS_FILE "swad15.136.1.css"
#define JS_FILE "swad15.131.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.136.1: Feb 02, 2016 Change in layout of tabs and menus. (195689 lines)
Version 15.136: Jan 30, 2016 Average number of followed/followers per follower/followed. (195674 lines)
Version 15.135.1: Jan 30, 2016 Fixed bug in figure with number of following and followers. (195518 lines)
Version 15.135: Jan 30, 2016 New figure with number of following and followers. (195516 lines)

View File

@ -234,11 +234,11 @@ static const char *Ntf_Icons[Ntf_NUM_NOTIFY_EVENTS] =
"share64x64.png", // Ntf_EVENT_TIMELINE_SHARE
"arroba64x64.gif", // Ntf_EVENT_TIMELINE_MENTION
"follow64x64.png", // Ntf_EVENT_FOLLOWER
"forum16x16.gif", // Ntf_EVENT_FORUM_POST_COURSE
"forum16x16.gif", // Ntf_EVENT_FORUM_REPLY
"forum64x64.gif", // Ntf_EVENT_FORUM_POST_COURSE
"forum64x64.gif", // Ntf_EVENT_FORUM_REPLY
/* Messages tab */
"note16x16.gif", // Ntf_EVENT_NOTICE
"note64x64.gif", // Ntf_EVENT_NOTICE
"msg64x64.gif", // Ntf_EVENT_MESSAGE
/* Statistics tab */

View File

@ -1549,7 +1549,7 @@ static void Soc_PutFormGoToAction (const struct SocialNote *SocNot)
"forum64x64.gif", // Soc_NOTE_FORUM_POST
/* Messages tab */
"note16x16.gif", // Soc_NOTE_NOTICE
"note64x64.gif", // Soc_NOTE_NOTICE
/* Statistics tab */