Version 16.105.3

This commit is contained in:
Antonio Cañas Vargas 2016-12-20 15:02:38 +01:00
parent 988634505a
commit 1417e7544e
3 changed files with 5 additions and 4 deletions

View File

@ -1684,7 +1684,7 @@ a:hover img.CENTRE_PHOTO_SHOW
{
opacity:0.6;
}
.ICO_HIGHLIGHT:hover, .CHECKBOX_CHECKED
.ICO_HIGHLIGHT:hover, .CHECKBOX_UNCHECKED:hover, .CHECKBOX_CHECKED
{
opacity:1;
}

View File

@ -188,13 +188,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.105.2 (2016-12-20)"
#define CSS_FILE "swad16.105.css"
#define Log_PLATFORM_VERSION "SWAD 16.105.3 (2016-12-20)"
#define CSS_FILE "swad16.105.3.css"
#define JS_FILE "swad16.101.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.105.3: Dec 20, 2016 Changes in contextual checkboxes. (211280 lines)
Version 16.105.2: Dec 20, 2016 Changes in behaviour of labels in forms. (211279 lines)
Version 16.105.1: Dec 20, 2016 Changes in behaviour of labels in forms. (211244 lines)
Version 16.105: Dec 20, 2016 Changes in behaviour of labels in forms.

View File

@ -261,7 +261,7 @@ void Grp_ShowFormToSelectSeveralGroups (Act_Action_t NextAction)
Usr_PutExtraParamsUsrList (NextAction);
/***** Select all groups *****/
fprintf (Gbl.F.Out,"<div class=\"%s CENTER_MIDDLE\">"
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT %s\">"
"<label>"
"<input type=\"checkbox\""
" id=\"AllGroups\" name=\"AllGroups\" value=\"Y\"",