Version 18.2.9

This commit is contained in:
Antonio Cañas Vargas 2018-10-09 13:00:21 +02:00
parent a64b8038c6
commit bcc1c535c5
2 changed files with 9 additions and 5 deletions

View File

@ -355,10 +355,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.2.8 (2018-10-09)"
#define Log_PLATFORM_VERSION "SWAD 18.2.9 (2018-10-09)"
#define CSS_FILE "swad18.2.2.css"
#define JS_FILE "swad17.17.1.js"
/*
Version 18.2.9: Oct 09, 2018 Changes in layout of user's record card. (234891 lines)
Version 18.2.8: Oct 09, 2018 Changes in edition of user's photo. (234889 lines)
Version 18.2.7: Oct 09, 2018 Changes in edition of preferences about privacy. (234872 lines)
Version 18.2.6: Oct 09, 2018 Changes in edition of preferences about privacy. (234905 lines)

View File

@ -3943,18 +3943,21 @@ void Rec_ShowMySharedRecordAndOtherData (void)
/***** Start container for this user *****/
fprintf (Gbl.F.Out,"<div class=\"REC_USR\">");
/***** My shared record *****/
/***** Left part *****/
fprintf (Gbl.F.Out,"<div class=\"REC_LEFT\">");
/* My shared record card */
Rec_ShowFormMySharedRecord ();
/* My institution, centre and department */
Rec_ShowFormMyInsCtrDpt ();
fprintf (Gbl.F.Out,"</div>");
/***** Right part *****/
/* Start container for right part */
fprintf (Gbl.F.Out,"<div class=\"REC_RIGHT\">");
/* My institution, centre and department */
Rec_ShowFormMyInsCtrDpt ();
/* My webs / social networks */
Net_ShowFormMyWebsAndSocialNets ();