Version 15.185.1

This commit is contained in:
Antonio Cañas Vargas 2016-04-07 12:55:58 +02:00
parent 6b21014946
commit 4e323be7a1
3 changed files with 25 additions and 3 deletions

View File

@ -132,13 +132,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.185 (2016-04-07)"
#define Log_PLATFORM_VERSION "SWAD 15.185.1 (2016-04-07)"
#define CSS_FILE "swad15.184.7.css"
#define JS_FILE "swad15.184.8.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.185.1: Apr 07, 2016 Change in title of edition of test questions. (198776 lines)
Version 15.185: Apr 07, 2016 Fixed bugs in edition of test questions. (198755 lines)
Version 15.184.8: Apr 07, 2016 Change in edition of a test question. (198708 lines)
Version 15.184.7: Apr 07, 2016 Change in layout of edition of a test question. (198706 lines)

View File

@ -1267,7 +1267,7 @@ void Tst_SetIniEndDates (void)
void Tst_ShowFormAskEditTsts (void)
{
extern const char *Txt_No_test_questions;
extern const char *Txt_Questions;
extern const char *Txt_List_edit_questions;
extern const char *Txt_Show_questions;
MYSQL_RES *mysql_res;
unsigned long NumRows;
@ -1279,7 +1279,7 @@ void Tst_ShowFormAskEditTsts (void)
fprintf (Gbl.F.Out,"</div>");
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_Questions,Tst_PutIconToCreateNewTstQst);
Lay_StartRoundFrame (NULL,Txt_List_edit_questions,Tst_PutIconToCreateNewTstQst);
/***** Get tags already present in the table of questions *****/
if ((NumRows = Tst_GetAllTagsFromCurrentCrs (&mysql_res)))

View File

@ -16185,6 +16185,27 @@ const char *Txt_Link_to_announcement_of_exam =
"Link para chamada para exame";
#endif
const char *Txt_List_edit_questions =
#if L==1
"Llistar / editar preguntes";
#elif L==2
"Liste / bearbeiten Fragen";
#elif L==3
"List / edit questions";
#elif L==4
"Listar / editar preguntas";
#elif L==5
"Lister / modifier questions";
#elif L==6
"Listar / editar preguntas"; // Okoteve traducción
#elif L==7
"Elencare / modificare domande";
#elif L==8
"Wy&sacute;wietli&cacute; / edytowa&cacute; pytania";
#elif L==9
"listar / editar quest&otilde;es";
#endif
const char *Txt_List_of_detailed_clicks =
#if L==1
"Listado de clics detallados"; // Necessita traduccio