Version 15.84.5

This commit is contained in:
Antonio Cañas Vargas 2015-12-30 18:52:45 +01:00
parent 89d2be20d5
commit ee5cd7bc70
2 changed files with 6 additions and 2 deletions

View File

@ -116,14 +116,15 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.84.4 (2015-12-30)"
#define Log_PLATFORM_VERSION "SWAD 15.84.5 (2015-12-30)"
#define CSS_FILE "swad15.84.2.css"
#define JS_FILE "swad15.77.7.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.84.4: Dec 30, 2015 Code refactoring in profile. (189429 lines)
Version 15.84.5: Dec 30, 2015 Form to update connected users. (? lines)
Version 15.84.4: Dec 30, 2015 Code refactoring in profile. (189427 lines)
Version 15.84.3: Dec 30, 2015 Form to update timeline. (189444 lines)
Version 15.84.2: Dec 30, 2015 Help about editor in new social post. (189422 lines)
Version 15.84.1: Dec 30, 2015 Request confirmation before removing a social post. (189419 lines)

View File

@ -99,6 +99,9 @@ void Con_ShowConnectedUsrs (void)
Lay_StartRoundFrame (NULL,Gbl.Title);
/***** Put form to update connected users *****/
Act_PutLinkToUpdateAction (ActLstCon);
/***** Put form to change scope *****/
fprintf (Gbl.F.Out,"<div class=\"CENTER_MIDDLE\""
" style=\"padding-bottom:12px;\">");
Act_FormStart (ActLstCon);