Version 15.54.5

This commit is contained in:
Antonio Cañas Vargas 2015-12-01 18:25:44 +01:00
parent 68868a84cf
commit 44d447c5bd
2 changed files with 5 additions and 3 deletions

View File

@ -110,17 +110,19 @@
// TODO: Edition of courses: Rename "Optativas/libre conf." to "Optativas varios cursos"
// TODO: Edition of courses: Rename "Curso" to "Año / semestre / cuatrimestre"
// TODO: Listing of courses: Put "Optativas" year at the end
// TODO: Heading in Chrome!!!
/*****************************************************************************/
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.54.4 (2015/12/01)"
#define Log_PLATFORM_VERSION "SWAD 15.54.5 (2015/12/01)"
#define CSS_FILE "swad15.54.4.css"
// 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.54.5: Dec 01, 2015 Fixed bug in file browser, reported by Jacinto Domínguez Rull. (186763 lines)
Version 15.54.4: Dec 01, 2015 Fixed bug in title (country, institution, centre, degree, course). (186761 lines)
Version 15.54.3: Dec 01, 2015 Minor changes in tabs, menus and CSS. (186758 lines)
Version 15.54.2: Dec 01, 2015 Minor changes in CSS. (186751 lines)

View File

@ -2971,7 +2971,7 @@ static void Brw_ShowFileBrowsersAsgWrkCrs (void)
Brw_WriteTopBeforeShowingFileBrowser ();
/***** Header of the table with the list of users *****/
Lay_StartRoundFrameTable ("97%",0,Txt_Assignments_and_other_works);
Lay_StartRoundFrameTable ("100%",0,Txt_Assignments_and_other_works);
/***** List the assignments and works of the selected users *****/
Ptr = Gbl.Usrs.Select.All;
@ -3318,7 +3318,7 @@ static void Brw_ShowFileBrowser (void)
/***** Start frame *****/
Gbl.FileBrowser.Id++;
fprintf (Gbl.F.Out,"<section id=\"file_browser_%u\">",Gbl.FileBrowser.Id);
Lay_StartRoundFrameTable ("97%",0,Brw_TitleOfFileBrowser[Gbl.FileBrowser.Type]);
Lay_StartRoundFrameTable ("100%",0,Brw_TitleOfFileBrowser[Gbl.FileBrowser.Type]);
/***** Title *****/
fprintf (Gbl.F.Out,"<tr>"