diff --git a/icon/adduser16x16.gif b/icon/adduser16x16.gif new file mode 100644 index 000000000..141be84fb Binary files /dev/null and b/icon/adduser16x16.gif differ diff --git a/icon/announce16x16.gif b/icon/announce16x16.gif new file mode 100644 index 000000000..80912950d Binary files /dev/null and b/icon/announce16x16.gif differ diff --git a/icon/desk16x16.gif b/icon/desk16x16.gif new file mode 100644 index 000000000..826c51797 Binary files /dev/null and b/icon/desk16x16.gif differ diff --git a/icon/enrollmentrequest16x16.gif b/icon/enrollmentrequest16x16.gif new file mode 100644 index 000000000..bcfdc5a58 Binary files /dev/null and b/icon/enrollmentrequest16x16.gif differ diff --git a/icon/faq16x16.gif b/icon/faq16x16.gif new file mode 100644 index 000000000..be18e3152 Binary files /dev/null and b/icon/faq16x16.gif differ diff --git a/icon/folderusers16x16.gif b/icon/folderusers16x16.gif new file mode 100644 index 000000000..a0ec9e796 Binary files /dev/null and b/icon/folderusers16x16.gif differ diff --git a/icon/forum16x16.gif b/icon/forum16x16.gif index 0d0d1b7fe..a5fc21e43 100644 Binary files a/icon/forum16x16.gif and b/icon/forum16x16.gif differ diff --git a/icon/grades16x16.gif b/icon/grades16x16.gif new file mode 100644 index 000000000..a36752982 Binary files /dev/null and b/icon/grades16x16.gif differ diff --git a/icon/note16x16.gif b/icon/note16x16.gif new file mode 100644 index 000000000..80912950d Binary files /dev/null and b/icon/note16x16.gif differ diff --git a/icon/recmsg16x16.gif b/icon/recmsg16x16.gif new file mode 100644 index 000000000..f3fe742bc Binary files /dev/null and b/icon/recmsg16x16.gif differ diff --git a/icon/survey16x16.gif b/icon/survey16x16.gif new file mode 100644 index 000000000..59386bebf Binary files /dev/null and b/icon/survey16x16.gif differ diff --git a/swad_changelog.h b/swad_changelog.h index cd3186579..fb55eb622 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.100 (2015/03/23)" +#define Log_PLATFORM_VERSION "SWAD 14.100.1 (2015/03/24)" // 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 14.100.1: Mar 24, 2015 Only font-awesome icons for notifications. (183724 lines) Version 14.100: Mar 23, 2015 Notification when a user gets a new follower. (183723 lines) 1 change necessary in database: UPDATE usr_data SET NotifNtfEvents=(NotifNtfEvents | 0x2000) WHERE NotifNtfEvents<>0; diff --git a/swad_notification.c b/swad_notification.c index cb4a3db31..0d6ec4ed6 100644 --- a/swad_notification.c +++ b/swad_notification.c @@ -432,18 +432,18 @@ void Ntf_ShowMyNotifications (void) if (PutLink) { Ntf_StartFormGoToAction (NotifyEvent,Crs.CrsCod,Cod); - fprintf (Gbl.F.Out,"", - Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION, + Gbl.Prefs.IconsURL, Ntf_Icons[NotifyEvent], Txt_NOTIFY_EVENTS_SINGULAR[NotifyEvent], Txt_NOTIFY_EVENTS_SINGULAR[NotifyEvent]); Act_FormEnd (); } else - fprintf (Gbl.F.Out,"\"%s\""", - Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION, + Gbl.Prefs.IconsURL, Ntf_Icons[NotifyEvent], Txt_NOTIFY_EVENTS_SINGULAR[NotifyEvent]); fprintf (Gbl.F.Out,"");