Version 14.110.10

This commit is contained in:
Antonio Cañas Vargas 2015-04-11 14:27:18 +02:00
parent ee5bdd81ea
commit 74487cb59c
3 changed files with 8 additions and 6 deletions

View File

@ -668,10 +668,10 @@ a:hover img.CENTRE_PHOTO_SHOW
.ANS_BAD {color:#FF0000; font-size:16pt; font-weight:bold;}
.TST_TIT {color:#404040; font-size:20pt;}
.TEST {color:#404040; font-size:14pt;}
.TEST_EXA {font-Family:"Courier New", "DejaVu LGC Sans Mono", "Bitstream Vera Sans Mono", monospace; color:#404040; font-size:14pt;}
.TEST_EXA_LIGHT {font-Family:"Courier New", "DejaVu LGC Sans Mono", "Bitstream Vera Sans Mono", monospace; color:#A0A0A0; font-size:14pt;}
.TEST_EDI {font-Family:"Courier New", "DejaVu LGC Sans Mono", "Bitstream Vera Sans Mono", monospace; color:#404040; font-size:14pt;}
.TEST_EDI_LIGHT {font-Family:"Courier New", "DejaVu LGC Sans Mono", "Bitstream Vera Sans Mono", monospace; color:#A0A0A0; font-size:14pt;}
.TEST_EXA {color:#404040; font-size:14pt;}
.TEST_EXA_LIGHT {color:#A0A0A0; font-size:14pt;}
.TEST_EDI {color:#404040; font-size:14pt;}
.TEST_EDI_LIGHT {color:#A0A0A0; font-size:14pt;}
.HOR {font-Family:"Arial Narrow", "Nimbus Sans L", "DejaVu LGC Sans Condensed", sans-serif; color:#345C6C; font-size:12pt; line-height:110%; letter-spacing:0;}
.FREE0 {background-color:#F4F2EA; border:solid 1px; border-color:#F4F2EA #E0D9C2 #EEEADC #F4F2EA;}

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.110.9 (2015/04/11)"
#define Log_PLATFORM_VERSION "SWAD 14.110.10 (2015/04/11)"
// 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 14.110.10:Apr 11, 2015 Changes in layout of selection of groups. (184725 lines)
Version 14.110.9: Apr 11, 2015 Changes in layout of edition of a new assignment. (184723 lines)
Version 14.110.8: Apr 11, 2015 Help on writing forum posts.
Changes in layout of edition of a new forum post. (184718 lines)

View File

@ -228,6 +228,7 @@ static void Grp_ShowFormSeveralGrps (Act_Action_t NextAction)
{
extern const char *The_ClassFormul[The_NUM_THEMES];
extern const char *The_ClassFormulB[The_NUM_THEMES];
extern const char *Txt_Groups;
extern const char *Txt_All_groups;
extern const char *Txt_Update_students;
extern const char *Txt_Update_students_according_to_selected_groups;
@ -246,7 +247,7 @@ static void Grp_ShowFormSeveralGrps (Act_Action_t NextAction)
Usr_PutExtraParamsUsrList (NextAction);
/***** Start table *****/
Lay_StartRoundFrameTable10 (NULL,2,NULL);
Lay_StartRoundFrameTable10 (NULL,2,Txt_Groups);
/***** Select all groups *****/
fprintf (Gbl.F.Out,"<tr>"