Version 16.111.3

This commit is contained in:
Antonio Cañas Vargas 2016-12-28 02:53:34 +01:00
parent ae3e85a282
commit dbfdd40fb1
2 changed files with 2 additions and 33 deletions

View File

@ -189,13 +189,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.111.2 (2016-12-28)"
#define Log_PLATFORM_VERSION "SWAD 16.111.3 (2016-12-28)"
#define CSS_FILE "swad16.108.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.111.3: Dec 28, 2016 Unused code removed in file browsers. (211335 lines)
Version 16.111.2: Dec 28, 2016 Code refactoring in groups and course. (211352 lines)
Version 16.111.1: Dec 28, 2016 Code refactoring in file browsers. (211352 lines)
Version 16.111: Dec 28, 2016 Code refactoring in file browsers. (211331 lines)

View File

@ -9065,38 +9065,6 @@ void Brw_ShowFileMetadata (void)
}
/***** Start frame *****/
/*
if (IAmTheOwner) // I am the owner of this file
if (ICanEdit) // I can edit this file
else
Lay_PutContextualLink (Brw_ActReqDatFile[Gbl.FileBrowser.Type],
Brw_PutHiddenParamFullTreeIfSelected,
"eye-on64x64.png",
Txt_View,NULL,
NULL);
Lay_PutContextualLink (Brw_ActReqDatFile[Gbl.FileBrowser.Type],
Brw_PutHiddenParamFullTreeIfSelected,
"edit64x64.png",
Txt_Edit,NULL,
NULL);
ActReqDatAdmDocCrs
<input name="act" value="1029" type="hidden">
<input name="FilCod" value="2276" type="hidden">
*/
Lay_StartRoundFrameTableShadow (NULL,NULL,NULL,NULL,2);
/***** Link to download the file *****/