From bcc1c535c586e0859c6bc6b8d4cfd87763d31fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 9 Oct 2018 13:00:21 +0200 Subject: [PATCH] Version 18.2.9 --- swad_changelog.h | 3 ++- swad_record.c | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index a31caf84f..22781bad8 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_record.c b/swad_record.c index da9d71af3..fe6b4dc7e 100644 --- a/swad_record.c +++ b/swad_record.c @@ -3943,18 +3943,21 @@ void Rec_ShowMySharedRecordAndOtherData (void) /***** Start container for this user *****/ fprintf (Gbl.F.Out,"
"); - /***** My shared record *****/ + /***** Left part *****/ fprintf (Gbl.F.Out,"
"); + + /* My shared record card */ Rec_ShowFormMySharedRecord (); + + /* My institution, centre and department */ + Rec_ShowFormMyInsCtrDpt (); + fprintf (Gbl.F.Out,"
"); /***** Right part *****/ /* Start container for right part */ fprintf (Gbl.F.Out,"
"); - /* My institution, centre and department */ - Rec_ShowFormMyInsCtrDpt (); - /* My webs / social networks */ Net_ShowFormMyWebsAndSocialNets ();