Version 15.180.1

This commit is contained in:
Antonio Cañas Vargas 2016-04-05 11:13:46 +02:00
parent b5e4814063
commit 3ae564fe8a
2 changed files with 3 additions and 2 deletions

View File

@ -132,13 +132,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.180 (2016-04-05)"
#define Log_PLATFORM_VERSION "SWAD 15.180.1 (2016-04-05)"
#define CSS_FILE "swad15.178.2.css"
#define JS_FILE "swad15.178.2.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.180.1: Apr 05, 2016 Fized minor layout bug in edition of a test question. (198430 lines)
Version 15.180: Apr 05, 2016 Changes in form to edit a test question.
Ask for confirmation when removing a survey question. (198429 lines)
1 change necessary in database:

View File

@ -1106,7 +1106,7 @@ static void Tst_PutFormToEditQstImage (struct Image *Image,const char *ClassImg,
{
/***** New image *****/
fprintf (Gbl.F.Out,"<input type=\"radio\" id=\"chg_img_%u\" name=\"%s\""
" value=\"%u\">",
" value=\"%u\"",
UniqueId,ParamAction,Img_ACTION_NEW_IMAGE); // Upload new image
if (OptionsDisabled)
fprintf (Gbl.F.Out," disabled=\"disabled\"");