Version 15.64.11

This commit is contained in:
Antonio Cañas Vargas 2015-12-13 19:43:18 +01:00
parent c84a33492c
commit d4a8008102
2 changed files with 5 additions and 9 deletions

View File

@ -117,12 +117,13 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.64.10 (2015/12/13)"
#define Log_PLATFORM_VERSION "SWAD 15.64.11 (2015/12/13)"
#define CSS_FILE "swad15.64.5.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.64.11: Dec 13, 2015 Code refactoring in contextual links. (187056 lines)
Version 15.64.10: Dec 13, 2015 Code refactoring in contextual links. (187060 lines)
Version 15.64.9: Dec 13, 2015 Code refactoring in contextual links. (187061 lines)
Version 15.64.8: Dec 13, 2015 Code refactoring in contextual links. (187066 lines)

View File

@ -737,13 +737,8 @@ static void Svy_PutFormsToRemEditOneSvy (long SvyCod,bool Visible)
Txt_Remove,NULL);
/***** Put form to reset survey *****/
Act_FormStart (ActReqRstSvy);
Svy_PutParamSvyCod (SvyCod);
Svy_PutHiddenParamSvyOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Lay_PutIconLink ("reset16x16.gif",Txt_Reset,NULL,NULL);
Act_FormEnd ();
Lay_PutContextualLink (ActReqRstSvy,Svy_PutParams,"reset16x16.gif",
Txt_Reset,NULL);
/***** Put form to hide/show survey *****/
if (Visible)
@ -766,7 +761,7 @@ static void Svy_PutFormsToRemEditOneSvy (long SvyCod,bool Visible)
static void Svy_PutParams (void)
{
Att_PutParamAttCod (Gbl.AttEvents.AttCodToEdit);
Svy_PutParamSvyCod (Gbl.Svys.SvyCodToEdit);
Att_PutHiddenParamAttOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);