Version 16.64.1

This commit is contained in:
Antonio Cañas Vargas 2016-11-18 00:49:16 +01:00
parent 29c5269d35
commit 8a01b59d24
4 changed files with 54 additions and 32 deletions

View File

@ -166,13 +166,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.64 (2016-11-17)"
#define Log_PLATFORM_VERSION "SWAD 16.64.1 (2016-11-17)"
#define CSS_FILE "swad16.60.1.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.64.1: Nov 17, 2016 Changes in texts related to recor cards. (207252 lines)
Version 16.64: Nov 17, 2016 Contextual help on students.
Code refactoring in record cards. (207231 lines)
Version 16.63.6: Nov 16, 2016 Contextual help on email unconfirmed. (207184 lines)

View File

@ -2291,8 +2291,8 @@ static void Rec_PutIconsCommands (void)
extern const char *Txt_Admin_user;
extern const char *Txt_Write_a_message;
extern const char *Txt_View_works;
extern const char *Txt_See_exams;
extern const char *Txt_Attendance;
extern const char *Txt_View_exams;
extern const char *Txt_View_attendance;
extern const char *Txt_Following_unfollow;
extern const char *Txt_Follow;
bool ItsMe = (Gbl.Usrs.Me.UsrDat.UsrCod == Gbl.Record.UsrDat->UsrCod);
@ -2364,12 +2364,12 @@ static void Rec_PutIconsCommands (void)
if (ItsMe)
Lay_PutContextualLink (ActSeeMyTstExa,NULL,
"file64x64.gif",
Txt_See_exams,NULL,
Txt_View_exams,NULL,
NULL);
else
Lay_PutContextualLink (ActSeeUsrTstExa,Rec_PutParamsStudent,
"file64x64.gif",
Txt_See_exams,NULL,
Txt_View_exams,NULL,
NULL);
/***** Button to view user's attendance *****/
@ -2381,13 +2381,13 @@ static void Rec_PutIconsCommands (void)
// As student, I can see my attendance
Lay_PutContextualLink (ActSeeLstMyAtt,NULL,
"rollcall64x64.gif",
Txt_Attendance,NULL,
Txt_View_attendance,NULL,
NULL);
else // IAmLoggedAsTeacher || IAmLoggedAsSysAdm
// As teacher, I can see attendance of the student
Lay_PutContextualLink (ActSeeLstStdAtt,Rec_PutParamsStudent,
"rollcall64x64.gif",
Txt_Attendance,NULL,
Txt_View_attendance,NULL,
NULL);
}
}

View File

@ -6848,7 +6848,7 @@ void Tst_SelUsrsToSeeUsrsExams (void)
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Exams;
extern const char *Txt_Users;
extern const char *Txt_See_exams;
extern const char *Txt_View_exams;
unsigned NumTotalUsrs;
/***** Get and update type of list,
@ -6902,7 +6902,7 @@ void Tst_SelUsrsToSeeUsrsExams (void)
fprintf (Gbl.F.Out,"</table>");
/***** Send button *****/
Lay_PutConfirmButton (Txt_See_exams);
Lay_PutConfirmButton (Txt_View_exams);
/***** End form *****/
Act_FormEnd ();
@ -6933,7 +6933,7 @@ void Tst_SelDatesToSeeMyExams (void)
{
extern const char *Hlp_ASSESSMENT_Tests;
extern const char *Txt_Exams;
extern const char *Txt_See_exams;
extern const char *Txt_View_exams;
/***** Start form *****/
Act_FormStart (ActSeeMyTstExa);
@ -6943,7 +6943,7 @@ void Tst_SelDatesToSeeMyExams (void)
Dat_PutFormStartEndClientLocalDateTimesWithYesterdayToday ();
/***** Send button and end frame *****/
Lay_EndRoundFrameTableWithButton (Lay_CONFIRM_BUTTON,Txt_See_exams);
Lay_EndRoundFrameTableWithButton (Lay_CONFIRM_BUTTON,Txt_View_exams);
/***** End form *****/
Act_FormEnd ();

View File

@ -35382,27 +35382,6 @@ const char *Txt_See_exam =
"Veja exame";
#endif
const char *Txt_See_exams =
#if L==1
"Veure ex&agrave;mens";
#elif L==2
"Siehe Pr&uuml;fungen";
#elif L==3
"See exams";
#elif L==4
"Ver ex&aacute;menes";
#elif L==5
"Voir examens";
#elif L==6
"Ver ex&aacute;menes"; // Okoteve traducción
#elif L==7
"Vedi esami";
#elif L==8
"Wiadomo&sacute;ci egzaminy";
#elif L==9
"Veja exames";
#endif
const char *Txt_See_full_notice =
#if L==1
"Veure avís complet";
@ -50054,6 +50033,27 @@ const char *Txt_View_all_recipients =
"Ver todos os estinat&aacute;rios";
#endif
const char *Txt_View_attendance =
#if L==1
"Veure assist&egrave;ncia";
#elif L==2
"Siehe Anwesenheit";
#elif L==3
"View attendance";
#elif L==4
"Ver asistencia";
#elif L==5
"Voir pr&eacute;sence";
#elif L==6
"Ver asistencia"; // Okoteve traducción
#elif L==7
"Vedi presenza";
#elif L==8
"Wiadomo&sacute;ci bytno&sacute;&cacute;";
#elif L==9
"Veja presen&ccedil;a";
#endif
const char *Txt_View_data_of_FILE_OR_LINK_X = // Warning: it is very important to include %s in the following sentences
#if L==1
"Veure dades de %s";
@ -50096,6 +50096,27 @@ const char *Txt_View_event =
"Ver evento";
#endif
const char *Txt_View_exams =
#if L==1
"Veure ex&agrave;mens";
#elif L==2
"Siehe Pr&uuml;fungen";
#elif L==3
"View exams";
#elif L==4
"Ver ex&aacute;menes";
#elif L==5
"Voir examens";
#elif L==6
"Ver ex&aacute;menes"; // Okoteve traducción
#elif L==7
"Vedi esami";
#elif L==8
"Wiadomo&sacute;ci egzaminy";
#elif L==9
"Veja exames";
#endif
const char *Txt_View_in_a_new_window =
#if L==1
"Mostrar en una finestra nova";