Version 16.54.10

This commit is contained in:
Antonio Cañas Vargas 2016-11-13 13:40:52 +01:00
parent 4c962aca33
commit 87db36ae46
3 changed files with 11 additions and 5 deletions

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.54.9 (2016-11-13)"
#define Log_PLATFORM_VERSION "SWAD 16.54.10 (2016-11-13)"
#define CSS_FILE "swad16.51.css"
#define JS_FILE "swad16.46.1.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 16.54.10: Nov 13, 2016 Contextual help on my institution, centre and department. (206795 lines)
Version 16.54.9: Nov 13, 2016 Contextual help on record card. (206789 lines)
Version 16.54.8: Nov 13, 2016 Contextual help on my courses. (206782 lines)
Version 16.54.7: Nov 13, 2016 Changes in translation related to role. (206778 lines)

View File

@ -66,6 +66,8 @@ const char *Hlp_PROFILE_Courses =
const char *Hlp_PROFILE_Record =
"https://github.com/acanas/swad-core/wiki/PROFILE.Record";
const char *Hlp_PROFILE_Institution =
"https://github.com/acanas/swad-core/wiki/PROFILE.Institution";
const char *Hlp_PROFILE_Photo =
"https://github.com/acanas/swad-core/wiki/PROFILE.Photo";

View File

@ -3510,6 +3510,7 @@ void Rec_PutLinkToChangeMyInsCtrDpt (void)
void Rec_ShowFormMyInsCtrDpt (void)
{
extern const char *Hlp_PROFILE_Institution;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Please_select_the_country_of_your_institution;
extern const char *Txt_Please_fill_in_your_institution;
@ -3542,12 +3543,14 @@ void Rec_ShowFormMyInsCtrDpt (void)
Lay_ShowAlert (Lay_WARNING,Txt_Please_fill_in_your_centre_and_department);
/***** Start table *****/
Lay_StartRoundFrameTable ("800px",2,
IAmTeacher ? Txt_Institution_centre_and_department :
Txt_Institution);
Lay_StartRoundFrame ("800px",
IAmTeacher ? Txt_Institution_centre_and_department :
Txt_Institution,
NULL,Hlp_PROFILE_Institution);
/***** Country *****/
fprintf (Gbl.F.Out,"<tr>"
fprintf (Gbl.F.Out,"<table class=\"FRAME_TABLE CELLS_PAD_2\">"
"<tr>"
"<td class=\"%s RIGHT_MIDDLE\">"
"%s:"
"</td>"