Version 15.91.2

This commit is contained in:
Antonio Cañas Vargas 2016-01-02 14:59:59 +01:00
parent 33a2a92d47
commit 8c9a71228b
3 changed files with 10 additions and 2 deletions

View File

@ -117,13 +117,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.91.1 (2016-01-02)"
#define Log_PLATFORM_VERSION "SWAD 15.91.2 (2016-01-02)"
#define CSS_FILE "swad15.88.1.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.91.2: Jan 02, 2016 After unsharing a social note, display at top the note just unshared. (190175 lines)
Version 15.91.1: Jan 02, 2016 After sharing a social note, display at top the note just shared. (190168 lines)
Version 15.91: Jan 02, 2016 Every social note can be shared.
Fixed bug when unsharing a social note. (190161 lines)

View File

@ -1168,6 +1168,13 @@ static void Soc_UnshareSocialPublishing (void)
/***** Message of success *****/
Lay_ShowAlert (Lay_SUCCESS,Txt_SOCIAL_PUBLISHING_Unshared);
/***** Show the social note just unshared *****/
Lay_StartRoundFrame ("560px",NULL);
fprintf (Gbl.F.Out,"<ul class=\"LIST_LEFT\">");
Soc_WriteSocialNote (&SocPub,&SocNot,false,true);
fprintf (Gbl.F.Out,"</ul>");
Lay_EndRoundFrame ();
}
}

View File

@ -35539,7 +35539,7 @@ const char *Txt_SOCIAL_PUBLISHING_Removed =
#elif L==3
"Removed";
#elif L==4
"Rliminado";
"Eliminado";
#elif L==5
"Supprim&eacute;";
#elif L==6