Version 15.180.6

This commit is contained in:
Antonio Cañas Vargas 2016-04-05 17:25:34 +02:00
parent 8c9dc4f3c3
commit 54c41129e1
3 changed files with 4 additions and 27 deletions

View File

@ -131,13 +131,14 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.180.5 (2016-04-05)" #define Log_PLATFORM_VERSION "SWAD 15.180.6 (2016-04-05)"
#define CSS_FILE "swad15.178.2.css" #define CSS_FILE "swad15.178.2.css"
#define JS_FILE "swad15.178.2.js" #define JS_FILE "swad15.178.2.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/* /*
Version 15.180.6: Apr 05, 2016 Changes in layout of editor of question. (198490 lines)
Version 15.180.5: Apr 05, 2016 Changes in layout of editor of question. (198512 lines) Version 15.180.5: Apr 05, 2016 Changes in layout of editor of question. (198512 lines)
Version 15.180.4: Apr 05, 2016 Fixed bug in images in test questions. (198512 lines) Version 15.180.4: Apr 05, 2016 Fixed bug in images in test questions. (198512 lines)
Version 15.180.3: Apr 05, 2016 Changed layout of confirm / reject registration. (198482 lines) Version 15.180.3: Apr 05, 2016 Changed layout of confirm / reject registration. (198482 lines)

View File

@ -4288,7 +4288,6 @@ static void Tst_PutFormEditOneQst (char *Stem,char *Feedback)
extern const char *Txt_Real_number_between_A_and_B_1; extern const char *Txt_Real_number_between_A_and_B_1;
extern const char *Txt_Real_number_between_A_and_B_2; extern const char *Txt_Real_number_between_A_and_B_2;
extern const char *Txt_TF_QST[2]; extern const char *Txt_TF_QST[2];
extern const char *Txt_Answer;
extern const char *Txt_Shuffle; extern const char *Txt_Shuffle;
extern const char *Txt_Save; extern const char *Txt_Save;
extern const char *Txt_Create_question; extern const char *Txt_Create_question;
@ -4587,10 +4586,8 @@ static void Tst_PutFormEditOneQst (char *Stem,char *Feedback)
/* Answer text */ /* Answer text */
fprintf (Gbl.F.Out,"<td class=\"LEFT_TOP COLOR%u\">" fprintf (Gbl.F.Out,"<td class=\"LEFT_TOP COLOR%u\">"
"<div class=\"%s\">%s:</div>" "<textarea name=\"AnsStr%u\" class=\"ANS_STR\" rows=\"4\"",
"<textarea name=\"AnsStr%u\" class=\"ANS_STR\" rows=\"5\"",
Gbl.RowEvenOdd, Gbl.RowEvenOdd,
The_ClassForm[Gbl.Prefs.Theme],Txt_Answer,
NumOpt); NumOpt);
if (OptionsDisabled) if (OptionsDisabled)
fprintf (Gbl.F.Out," disabled=\"disabled\""); fprintf (Gbl.F.Out," disabled=\"disabled\"");
@ -4617,7 +4614,7 @@ static void Tst_PutFormEditOneQst (char *Stem,char *Feedback)
fprintf (Gbl.F.Out,"<tr>" fprintf (Gbl.F.Out,"<tr>"
"<td class=\"LEFT_TOP COLOR%u\">" "<td class=\"LEFT_TOP COLOR%u\">"
"<div class=\"%s\">%s:</div>" "<div class=\"%s\">%s:</div>"
"<textarea name=\"FbStr%u\" class=\"ANS_STR\" rows=\"5\"", "<textarea name=\"FbStr%u\" class=\"ANS_STR\" rows=\"2\"",
Gbl.RowEvenOdd, Gbl.RowEvenOdd,
The_ClassForm[Gbl.Prefs.Theme],Txt_Feedback, The_ClassForm[Gbl.Prefs.Theme],Txt_Feedback,
NumOpt); NumOpt);

View File

@ -2644,27 +2644,6 @@ const char *Txt_Another_place =
"Outra localiza&ccedil;&atilde;o"; "Outra localiza&ccedil;&atilde;o";
#endif #endif
const char *Txt_Answer =
#if L==1
"Resposta";
#elif L==2
"Answer"; // Need Übersetzung
#elif L==3
"Answer";
#elif L==4
"Respuesta";
#elif L==5
"Answer"; // Besoin de traduction
#elif L==6
"Respuesta"; // Okoteve traducción
#elif L==7
"Risposta";
#elif L==8
"Odpowiedz";
#elif L==9
"Answer"; // Necessita de tradução
#endif
const char *Txt_Answer_survey = const char *Txt_Answer_survey =
#if L==1 #if L==1
"Respondre enquesta"; "Respondre enquesta";