Version 15.136.2

This commit is contained in:
Antonio Cañas Vargas 2016-02-04 01:13:49 +01:00
parent 43e83a31fd
commit 07fae31936
6 changed files with 6 additions and 7 deletions

BIN
icon/announce64x64.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

BIN
icon/note64x64.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

View File

@ -4966,7 +4966,7 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
/* Icon and text */
fprintf (Gbl.F.Out,"<li>");
Act_FormStart (Action);
Act_LinkFormSubmit (Title,"MFU_ACT");
Act_LinkFormSubmit (Title,NULL);
fprintf (Gbl.F.Out,"<img src=\"%s/%s/%s\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON20x20\""
@ -4974,9 +4974,7 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION,
Act_Actions[Action].Icon,
MenuStr,TabMenuStr);
Str_LimitLengthHTMLStr (MenuStr,12);
fprintf (Gbl.F.Out," %s</a>",
MenuStr);
fprintf (Gbl.F.Out," %s</a>",MenuStr);
Act_FormEnd ();
fprintf (Gbl.F.Out,"</li>");
}

View File

@ -121,13 +121,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.136.1 (2016-02-02)"
#define Log_PLATFORM_VERSION "SWAD 15.136.2 (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.2: Feb 04, 2016 Change in layout of most frequent actions. (195689 lines)
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)

View File

@ -220,7 +220,7 @@ static const char *Ntf_Icons[Ntf_NUM_NOTIFY_EVENTS] =
/* Assessment tab */
"desk16x16.gif", // Ntf_EVENT_ASSIGNMENT
"announce16x16.gif", // Ntf_EVENT_EXAM_ANNOUNCEMENT
"announce64x64.gif", // Ntf_EVENT_EXAM_ANNOUNCEMENT
"grades16x16.gif", // Ntf_EVENT_MARKS_FILE
/* Users tab */

View File

@ -1540,7 +1540,7 @@ static void Soc_PutFormGoToAction (const struct SocialNote *SocNot)
"file64x64.gif", // Soc_NOTE_CRS_SHA_PUB_FILE
/* Assessment tab */
"announce16x16.gif", // Soc_NOTE_EXAM_ANNOUNCEMENT
"announce64x64.gif", // Soc_NOTE_EXAM_ANNOUNCEMENT
/* Users tab */