Version 14.110.9

This commit is contained in:
Antonio Cañas Vargas 2015-04-11 14:08:15 +02:00
parent 95dea395c4
commit ee5bdd81ea
2 changed files with 9 additions and 4 deletions

View File

@ -1209,14 +1209,18 @@ void Asg_RequestCreatOrEditAsg (void)
/***** Groups *****/
Asg_ShowLstGrpsToEditAssignment (Asg.AsgCod);
/***** Table end *****/
Lay_EndRoundFrameTable10 ();
/***** New assignment *****/
fprintf (Gbl.F.Out,"<tr>"
"<td colspan=\"2\">");
if (ItsANewAssignment)
Lay_PutCreateButton (Txt_Create_assignment);
else
Lay_PutConfirmButton (Txt_Modify_assignment);
fprintf (Gbl.F.Out,"</td>"
"</tr>");
/***** Table end *****/
Lay_EndRoundFrameTable10 ();
/***** Form end *****/
Act_FormEnd ();

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.110.8 (2015/04/11)"
#define Log_PLATFORM_VERSION "SWAD 14.110.9 (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.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)
Version 14.110.7: Apr 11, 2015 Help on writing messages.