diff --git a/swad_action.c b/swad_action.c index 8dff4f0c3..45ffa648e 100644 --- a/swad_action.c +++ b/swad_action.c @@ -118,7 +118,7 @@ const struct Act_Actions Act_Actions[Act_NUM_ACTIONS] = [ActFrmLogIn ] = {1521, 0,TabStr,ActFrmLogIn , 0,0x001,0x001,0x001,0x001,0x001,0x001,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Usr_WriteLandingPage ,"power-off" }, [ActReqSch ] = { 627, 1,TabStr,ActReqSch ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Sch_ReqSysSearch ,"search" }, [ActSeeSocTmlGbl ] = {1490, 2,TabStr,ActSeeSocTmlGbl ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,TL_GetParamWho ,TL_ShowTimelineGbl ,"comment-dots" }, - [ActSeeSocPrf ] = {1520, 3,TabStr,ActSeeSocPrf ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Prf_SeeSocialProfiles ,"user-check" }, + [ActSeeSocPrf ] = {1520, 3,TabStr,ActSeeSocPrf ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Prf_SeeSocialProfiles ,"user-circle" }, [ActSeeCal ] = {1622, 4,TabStr,ActSeeCal ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Cal_ShowCalendar ,"calendar" }, [ActSeeNtf ] = { 990, 5,TabStr,ActSeeNtf ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Ntf_ShowMyNotifications ,"bell" }, diff --git a/swad_changelog.h b/swad_changelog.h index 7c313592c..fffebb499 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -497,7 +497,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.188.1 (2020-04-16)" +#define Log_PLATFORM_VERSION "SWAD 19.188.2 (2020-04-16)" #define CSS_FILE "swad19.187.css" #define JS_FILE "swad19.172.1.js" /* @@ -549,6 +549,15 @@ Funci // TODO: Integrar pull requests con traducciones del alemán del usuario eruedin en GitHub // TODO: Cambiar icono de inicio a "house-user.svg", notificaciones nuevas con "bell-on.svg" + Version 19.188.2: Apr 16, 2020 Changed some icons. (287754 lines) + Copy the following icons to icon public directory: +sudo cp icon/house-user.svg /var/www/html/swad/icon/ +sudo cp icon/iconset/awesome/house-user.svg /var/www/html/swad/icon/iconset/awesome/ +sudo cp icon/iconset/nuvola/house-user.svg /var/www/html/swad/icon/iconset/nuvola/ +sudo cp icon/user-circle.svg /var/www/html/swad/icon/ +sudo cp icon/iconset/awesome/user-circle.svg /var/www/html/swad/icon/iconset/awesome/ +sudo cp icon/iconset/nuvola/user-circle.svg /var/www/html/swad/icon/iconset/nuvola/ + Version 19.188.1: Apr 16, 2020 Changed some icons. (287746 lines) Copy the following icons to icon public directory: sudo cp icon/address-card.svg /var/www/html/swad/icon/ diff --git a/swad_profile.c b/swad_profile.c index 684cbc016..320e79e1e 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -162,7 +162,7 @@ void Prf_PutLinkMyPublicProfile (void) Lay_PutContextualLinkIconText (ActSeeOthPubPrf,NULL, Usr_PutParamMyUsrCodEncrypted,Gbl.Usrs.Me.UsrDat.EncryptedUsrCod, - "user.svg", + "user-circle.svg", Txt_My_public_profile); } @@ -176,7 +176,7 @@ void Prf_PutLinkRequestAnotherUserProfile (void) Lay_PutContextualLinkIconText (ActReqOthPubPrf,NULL, NULL,NULL, - "user.svg", + "user-circle.svg", Txt_Another_user_s_profile); } diff --git a/swad_tab.c b/swad_tab.c index ce661e6f6..31b9139f7 100644 --- a/swad_tab.c +++ b/swad_tab.c @@ -186,7 +186,7 @@ static const char *Tab_GetIcon (Tab_Tab_t NumTab) static const char *Tab_TabIcons[Tab_NUM_TABS] = { [TabUnk] = NULL, - [TabStr] = "home", + [TabStr] = "house-user", [TabSys] = "sitemap", [TabCty] = "globe", [TabIns] = "university",