Version18.116.8

This commit is contained in:
Antonio Cañas Vargas 2019-04-20 22:29:33 +02:00
parent 803860237f
commit 3c62e03068
3 changed files with 2 additions and 59 deletions

View File

@ -448,10 +448,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.116.7 (2019-04-20)"
#define Log_PLATFORM_VERSION "SWAD 18.116.8 (2019-04-20)"
#define CSS_FILE "swad18.112.1.css"
#define JS_FILE "swad18.116.5.js"
/*
Version 18.116.8: Apr 20, 2019 Changed the behaviour of hiding/showing an exam announcement. (242881 lines)
Version 18.116.7: Apr 20, 2019 Changed the behaviour of hiding/showing a banner. (242934 lines)
Version 18.116.6: Apr 20, 2019 Changed the behaviour of hiding/showing an assignment. (242974 lines)
Version 18.116.5: Apr 20, 2019 Changed the behaviour of hiding/showing an attendance event.

View File

@ -447,9 +447,7 @@ void Exa_RemoveExamAnnouncement2 (void)
void Exa_HideExamAnnouncement (void)
{
extern const char *Txt_The_announcement_of_exam_is_now_hidden;
long ExaCod;
char *Anchor = NULL;
/***** Get the code of the exam announcement *****/
if ((ExaCod = Exa_GetParamExaCod ()) <= 0)
@ -464,12 +462,6 @@ void Exa_HideExamAnnouncement (void)
/***** Set exam to be highlighted *****/
Gbl.ExamAnns.HighlightExaCod = ExaCod;
/***** Create alert to show the change made *****/
Frm_SetAnchorStr (ExaCod,&Anchor);
Ale_CreateAlert (Ale_SUCCESS,Anchor,
Txt_The_announcement_of_exam_is_now_hidden);
Frm_FreeAnchorStr (Anchor);
}
/*****************************************************************************/
@ -480,9 +472,7 @@ void Exa_HideExamAnnouncement (void)
void Exa_UnhideExamAnnouncement (void)
{
extern const char *Txt_The_announcement_of_exam_is_now_visible;
long ExaCod;
char *Anchor = NULL;
/***** Get the code of the exam announcement *****/
if ((ExaCod = Exa_GetParamExaCod ()) <= 0)
@ -497,12 +487,6 @@ void Exa_UnhideExamAnnouncement (void)
/***** Set exam to be highlighted *****/
Gbl.ExamAnns.HighlightExaCod = ExaCod;
/***** Create alert to show the change made *****/
Frm_SetAnchorStr (ExaCod,&Anchor);
Ale_CreateAlert (Ale_SUCCESS,Anchor,
Txt_The_announcement_of_exam_is_now_visible);
Frm_FreeAnchorStr (Anchor);
}
/*****************************************************************************/

View File

@ -42869,48 +42869,6 @@ const char *Txt_The_announcement_of_exam_has_been_successfully_updated =
"A chamada para exame foi atualizada com sucesso.";
#endif
const char *Txt_The_announcement_of_exam_is_now_hidden =
#if L==1 // ca
"La convocat&ograve;ria d'examen ara est&agrave; oculta.";
#elif L==2 // de
"Der Aufruf zur Pr&uuml;fung ist jetzt ausgeblendet.";
#elif L==3 // en
"The announcement of exam is now hidden.";
#elif L==4 // es
"La convocatoria de examen ahora est&aacute; oculta.";
#elif L==5 // fr
"La convocation pour l'examen est maintenant cach&eacute;.";
#elif L==6 // gn
"La convocatoria de examen ahora est&aacute; oculta."; // Okoteve traducción
#elif L==7 // it
"L'apello d'esame &egrave; ora nascosto.";
#elif L==8 // pl
"Ogloszenie egzamin jest teraz ukryte.";
#elif L==9 // pt
"A chamada para exame &eacute; agora oculta.";
#endif
const char *Txt_The_announcement_of_exam_is_now_visible =
#if L==1 // ca
"La convocat&ograve;ria d'examen ara est&agrave; visible.";
#elif L==2 // de
"Der Aufruf zur Pr&uuml;fung ist jetzt sichtbar.";
#elif L==3 // en
"The announcement of exam is now visible.";
#elif L==4 // es
"La convocatoria de examen ahora est&aacute; visible.";
#elif L==5 // fr
"La convocation pour l'examen est maintenant visible.";
#elif L==6 // gn
"La convocatoria de examen ahora est&aacute; visible."; // Okoteve traducción
#elif L==7 // it
"L'apello d'esame &egrave; ora visibile.";
#elif L==8 // pl
"Ogloszenie egzamin jest teraz widoczny.";
#elif L==9 // pt
"A chamada para exame &eacute; agora vis&iacute;vel.";
#endif
const char *Txt_The_answers_of_the_question_with_code_X_will_appear_shuffled = // Warning: it is very important to include %ld in the following sentences
#if L==1 // ca
"Las respuestas de la pregunta con c&oacute;digo <strong>%ld</strong>"