Version 15.235.1

This commit is contained in:
Antonio Cañas Vargas 2016-06-30 20:13:39 +02:00
parent 6178355d7c
commit f565ec1fce
7 changed files with 11 additions and 8 deletions

BIN
icon/download64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -133,14 +133,17 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.235 (2016-06-29)"
#define Log_PLATFORM_VERSION "SWAD 15.235.1 (2016-06-30)"
#define CSS_FILE "swad15.229.css"
#define JS_FILE "swad15.226.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 15.235: Jun 29, 2015 Some file metadata are written in content of notifications. (203204 lines)
Version 15.235.1: Jun 30, 2015 Minor change in icon to download files. (203206 lines)
Copy icons icon/download64x64.png
Version 15.235: Jun 30, 2015 Some file metadata are written in content of notifications. (203204 lines)
Version 15.234: Jun 29, 2015 New web service functions getUsers and findUsers. (203169 lines)
Version 15.233.4: Jun 27, 2015 Changes in links in list of notifications. (203065 lines)
Version 15.233.3: Jun 27, 2015 Fixed bug in list of admins. (203074 lines)

View File

@ -9874,12 +9874,12 @@ static void Brw_WriteBigLinkToDownloadFile (const char *URL,
FileNameToShow);
Brw_PutIconFile (32,FileMetadata->FileType,FileMetadata->FilFolLnkName);
fprintf (Gbl.F.Out," %s "
"<img src=\"%s/%s/download64x64.gif\""
"<img src=\"%s/download64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON40x40\">"
"</a>",
FileNameToShow,
Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION,
Gbl.Prefs.IconsURL,
Txt_Download,Txt_Download);
}
}

View File

@ -507,7 +507,7 @@ void Prf_ShowDetailsUserProfile (const struct UsrData *UsrDat)
/***** Number of file views *****/
fprintf (Gbl.F.Out,"<li title=\"%s\" class=\"PRF_FIG_LI\""
" style=\"background-image:url('%s/download64x64.gif');\" />",
" style=\"background-image:url('%s/download64x64.png');\" />",
Txt_Downloads,
Gbl.Prefs.IconsURL);
if (UsrFigures.NumFileViews >= 0)

View File

@ -119,7 +119,7 @@ void ZIP_PutButtonToCreateZIPAsgWrk (void)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Lay_PutContextualLink (ActAdmAsgWrkCrs,ZIP_PutButtonToCreateZIPAsgWrkParams,
"download64x64.gif",
"download64x64.png",
Txt_Create_ZIP_file,Txt_Create_ZIP_file);
fprintf (Gbl.F.Out,"</div>");
}
@ -341,7 +341,7 @@ void ZIP_PutButtonToDownloadZIPOfAFolder (const char *PathInTree,const char *Fil
}
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
Act_LinkFormSubmit (Txt_Create_ZIP_file,The_ClassForm[Gbl.Prefs.Theme]);
fprintf (Gbl.F.Out,"<img src=\"%s/download64x64.gif\""
fprintf (Gbl.F.Out,"<img src=\"%s/download64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON20x20B\" />"
"</a>",
@ -593,7 +593,7 @@ static void ZIP_ShowLinkToDownloadZIP (const char *FileName,const char *URL,
" alt=\"%s\" title=\"%s\""
" class=\"ICON40x40\" />"
"&nbsp;%s&nbsp;"
"<img src=\"%s/down32x32.gif\""
"<img src=\"%s/download64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON40x40\" />"
"</a>"