Version 16.106.9

This commit is contained in:
Antonio Cañas Vargas 2016-12-24 13:46:29 +01:00
parent 443791bb33
commit c5992805cf
7 changed files with 8 additions and 12 deletions

View File

@ -1395,6 +1395,7 @@ a:hover /* Default ==> underlined */
.ICO20x20 {width:20px; height:20px; vertical-align:middle;}
.ICO20x20B {width:20px; height:20px; vertical-align:middle; display:block;}
.ICO25x25 {width:25px; height:25px; vertical-align:middle;}
.ICO40x25B {width:40px; height:25px; vertical-align:middle;}
.ICO40x40 {width:40px; height:40px; vertical-align:middle;}
.ICO40x40B {width:40px; height:40px; vertical-align:middle; display:block;}
.ICO64x64 {width:64px; height:64px; vertical-align:middle;}

View File

@ -117,8 +117,7 @@ void Cal_ShowFormToSelFirstDayOfWeek (Act_Action_t Action,void (*FuncParams) (),
if (FuncParams) // Extra parameters depending on the action
FuncParams ();
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/first-day-of-week-%u-64x64.png\""
" alt=\"%s\" title=\"%s: %s\" class=\"%s\""
" style=\"margin:0 auto;\" />",
" alt=\"%s\" title=\"%s: %s\" class=\"%s\" />",
Gbl.Prefs.IconsURL,
FirstDayOfWeek,
Txt_DAYS_SMALL[FirstDayOfWeek],

View File

@ -188,13 +188,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.106.8 (2016-12-24)"
#define Log_PLATFORM_VERSION "SWAD 16.106.9 (2016-12-24)"
#define CSS_FILE "swad16.106.5.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.106.9: Dec 24, 2016 Changes in layout of preferences. (211400 lines)
Version 16.106.8: Dec 24, 2016 Changes in behaviour of labels in forms. (211404 lines)
Version 16.106.7: Dec 24, 2016 Changes in behaviour of labels in forms. (211401 lines)
Version 16.106.6: Dec 24, 2016 Changes in layout when changing language. (211400 lines)

View File

@ -89,8 +89,7 @@ void Ico_PutIconsToSelectIconSet (void)
Act_FormStart (ActChgIco);
Par_PutHiddenParamString ("IconSet",Ico_IconSetId[IconSet]);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s/%s/%s/heart64x64.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICO40x40B\""
" style=\"margin:0 auto;\" />",
" alt=\"%s\" title=\"%s\" class=\"ICO40x40B\" />",
Gbl.Prefs.IconsURL,
Cfg_ICON_FOLDER_ICON_SETS,
Ico_IconSetId[IconSet],

View File

@ -383,8 +383,7 @@ void Mnu_PutIconsToSelectMenu (void)
Act_FormStart (ActChgMnu);
Par_PutHiddenParamUnsigned ("Menu",(unsigned) Menu);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/%s32x32.gif\""
" alt=\"%s\" title=\"%s\" class=\"ICO40x40B\""
" style=\"margin:0 auto;\" />",
" alt=\"%s\" title=\"%s\" class=\"ICO40x40B\" />",
Gbl.Prefs.IconsURL,
Mnu_MenuIcons[Menu],
Txt_MENU_NAMES[Menu],

View File

@ -388,9 +388,7 @@ static void Pre_PutIconsToSelectSideCols (void)
Act_FormStart (ActChgCol);
Par_PutHiddenParamUnsigned ("SideCols",SideCols);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/layout%u%u_32x20.gif\""
" alt=\"%s\" title=\"%s\""
" style=\"display:block;"
" width:40px; height:25px;\" />",
" alt=\"%s\" title=\"%s\" class=\"ICO40x25B\" />",
Gbl.Prefs.IconsURL,
SideCols >> 1,SideCols & 1,
Txt_LAYOUT_SIDE_COLUMNS[SideCols],

View File

@ -269,8 +269,7 @@ void The_PutIconsToSelectTheme (void)
Par_PutHiddenParamString ("Theme",The_ThemeId[Theme]);
fprintf (Gbl.F.Out,"<input type=\"image\""
" src=\"%s/%s/%s/theme_32x20.gif\" alt=\"%s\""
" title=\"%s\" style=\"display:block;"
" width:40px; height:25px; margin:0 auto;\" />",
" title=\"%s\" class=\"ICO40x25B\" />",
Gbl.Prefs.IconsURL,
Cfg_ICON_FOLDER_THEMES,
The_ThemeId[Theme],