diff --git a/icon/download64x64.png b/icon/download64x64.png new file mode 100644 index 000000000..390bf590e Binary files /dev/null and b/icon/download64x64.png differ diff --git a/icon/iconset/awesome/action64x64/download64x64.png b/icon/iconset/awesome/action64x64/download64x64.png new file mode 100644 index 000000000..390bf590e Binary files /dev/null and b/icon/iconset/awesome/action64x64/download64x64.png differ diff --git a/icon/iconset/nuvola/action64x64/download64x64.png b/icon/iconset/nuvola/action64x64/download64x64.png new file mode 100644 index 000000000..f420b4a3a Binary files /dev/null and b/icon/iconset/nuvola/action64x64/download64x64.png differ diff --git a/swad_changelog.h b/swad_changelog.h index a5a7a9d40..a882c2d85 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_file_browser.c b/swad_file_browser.c index 37244bd98..716c91fae 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -9874,12 +9874,12 @@ static void Brw_WriteBigLinkToDownloadFile (const char *URL, FileNameToShow); Brw_PutIconFile (32,FileMetadata->FileType,FileMetadata->FilFolLnkName); fprintf (Gbl.F.Out," %s " - "\"%s\"" "", FileNameToShow, - Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION, + Gbl.Prefs.IconsURL, Txt_Download,Txt_Download); } } diff --git a/swad_profile.c b/swad_profile.c index da8eb0071..f6c19d7cf 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -507,7 +507,7 @@ void Prf_ShowDetailsUserProfile (const struct UsrData *UsrDat) /***** Number of file views *****/ fprintf (Gbl.F.Out,"
  • ", + " style=\"background-image:url('%s/download64x64.png');\" />", Txt_Downloads, Gbl.Prefs.IconsURL); if (UsrFigures.NumFileViews >= 0) diff --git a/swad_zip.c b/swad_zip.c index 536ab981a..915f07da8 100644 --- a/swad_zip.c +++ b/swad_zip.c @@ -119,7 +119,7 @@ void ZIP_PutButtonToCreateZIPAsgWrk (void) fprintf (Gbl.F.Out,"
    "); Lay_PutContextualLink (ActAdmAsgWrkCrs,ZIP_PutButtonToCreateZIPAsgWrkParams, - "download64x64.gif", + "download64x64.png", Txt_Create_ZIP_file,Txt_Create_ZIP_file); fprintf (Gbl.F.Out,"
    "); } @@ -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,"\"%s\"" "", @@ -593,7 +593,7 @@ static void ZIP_ShowLinkToDownloadZIP (const char *FileName,const char *URL, " alt=\"%s\" title=\"%s\"" " class=\"ICON40x40\" />" " %s " - "\"%s\"" ""