Version 16.74.1

This commit is contained in:
Antonio Cañas Vargas 2016-11-28 18:06:15 +01:00
parent 82d2d9ba39
commit dc05047f34
2 changed files with 7 additions and 2 deletions

View File

@ -1527,7 +1527,7 @@ struct Act_Actions Act_Actions[Act_NUM_ACTIONS] =
/* ActSeeInsInf */{1153, 1,TabIns,ActSeeInsInf ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Ins_ShowConfiguration ,"ins64x64.gif" },
/* ActSeeCtr */{ 676, 2,TabIns,ActSeeCtr ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Ctr_ShowCtrsOfCurrentIns ,"house64x64.gif" },
/* ActSeeDpt */{ 675, 3,TabIns,ActSeeDpt ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Dpt_SeeDepts ,"houseteachers64x64.gif"},
/* ActSeePlc */{ 703, 4,TabIns,ActSeePlc ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Plc_SeePlaces ,"earth64x64.gif" },
/* ActSeePlc */{ 703, 4,TabIns,ActSeePlc ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Plc_SeePlaces ,"mapmarker64x64.png" },
/* ActSeeHld */{ 707, 5,TabIns,ActSeeHld ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Hld_SeeHolidays ,"date64x64.gif" },
/* ActSeeAdmDocIns */{1249, 6,TabIns,ActSeeAdmDocIns ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Brw_ShowFileBrowserOrWorks ,"folder64x64.gif" },
/* ActAdmShaIns */{1382, 7,TabIns,ActAdmShaIns ,0x1FF,0x1FF,0x1FF,Act_CONT_NORM,Act_THIS_WINDOW,NULL ,Brw_ShowFileBrowserOrWorks ,"folderusers64x64.gif" },

View File

@ -176,13 +176,18 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.74 (2016-11-28)"
#define Log_PLATFORM_VERSION "SWAD 16.74.1 (2016-11-28)"
#define CSS_FILE "swad16.69.css"
#define JS_FILE "swad16.46.1.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.74.1: Nov 28, 2016 Changed icon to show places. (207807 lines)
Copy icon/mapmarker64x64.png to public icons directory
Copy icon/iconset/awesome/action64x64/mapmarker64x64.png to public icons directory
Copy icon/iconset/nuvola/action64x64/mapmarker64x64.png to public icons directory
Version 16.74: Nov 28, 2016 Contextual help on holidays.
Fixed bugs and code refactoring in holidays. (207803 lines)
Version 16.73.10: Nov 28, 2016 Contextual help on places. (207794 lines)