Version 15.60.7

This commit is contained in:
Antonio Cañas Vargas 2015-12-08 22:20:44 +01:00
parent e9d3f8efad
commit 7df7adaa6f
48 changed files with 93 additions and 94 deletions

BIN
icon/edit64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icon/eye-off64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
icon/eye-on64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
icon/eye-slash-off64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icon/eye-slash-on64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
icon/hierarchy64x64.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

BIN
icon/mouse-pointer64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

BIN
icon/plus64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

BIN
icon/print64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

BIN
icon/remove-off64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icon/remove-on64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icon/stats64x64.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

View File

@ -243,7 +243,7 @@ static void Acc_PutLinkToRemoveMyAccount (void)
extern const char *Txt_Remove_account;
Act_PutContextualLink (ActReqRemMyAcc,Acc_PutLinkToRemoveMyAccountParams,
"delon16x16.gif",Txt_Remove_account);
"remove-on64x64.png",Txt_Remove_account);
}
static void Acc_PutLinkToRemoveMyAccountParams (void)

View File

@ -93,7 +93,7 @@ void Ann_ShowAllAnnouncements (void)
if (ICanEditAnnouncements)
{
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActWriAnn,NULL,"new16x16.gif",Txt_New_announcement);
Act_PutContextualLink (ActWriAnn,NULL,"plus64x64.png",Txt_New_announcement);
fprintf (Gbl.F.Out,"</div>");
}
@ -281,7 +281,7 @@ static void Ann_DrawAnAnnouncement (long AnnCod,Ann_Status_t Status,
Ann_PutHiddenParamAnnCod (AnnCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/delon16x16.gif\""
" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -298,7 +298,7 @@ static void Ann_DrawAnAnnouncement (long AnnCod,Ann_Status_t Status,
Ann_PutHiddenParamAnnCod (AnnCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/visible_on16x16.gif\""
" src=\"%s/eye-on64x64.png\""
" alt=%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -311,7 +311,7 @@ static void Ann_DrawAnAnnouncement (long AnnCod,Ann_Status_t Status,
Ann_PutHiddenParamAnnCod (AnnCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/hidden_on16x16.gif\""
" src=\"%s/eye-slash-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -357,7 +357,7 @@ static void Ann_DrawAnAnnouncement (long AnnCod,Ann_Status_t Status,
Act_FormStart (ActAnnSee);
Ann_PutHiddenParamAnnCod (AnnCod);
Act_LinkFormSubmit (Txt_Do_not_show_again,The_ClassForm[Gbl.Prefs.Theme]);
fprintf (Gbl.F.Out,"<img src=\"%s/delon16x16.gif\""
fprintf (Gbl.F.Out,"<img src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
" %s</a>",

View File

@ -470,7 +470,7 @@ static void Asg_PutFormToCreateNewAsg (void)
/***** Put form to create a new assignment *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActFrmNewAsg,Asg_PutFormToCreateNewAsgParams,
"new16x16.gif",Txt_New_assignment);
"plus64x64.png",Txt_New_assignment);
fprintf (Gbl.F.Out,"</div>");
}
@ -500,7 +500,7 @@ static void Asg_PutFormsToRemEditOneAsg (long AsgCod,bool Hidden)
Asg_PutHiddenParamAsgOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("delon16x16.gif",Txt_Remove);
Act_PutIconLink ("remove-on64x64.png",Txt_Remove);
/***** Put form to hide/show assignment *****/
Act_FormStart (Hidden ? ActShoAsg :
@ -510,9 +510,9 @@ static void Asg_PutFormsToRemEditOneAsg (long AsgCod,bool Hidden)
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
if (Hidden)
Act_PutIconLink ("hidden_on16x16.gif",Txt_Show);
Act_PutIconLink ("eye-slash-on64x64.png",Txt_Show);
else
Act_PutIconLink ("visible_on16x16.gif",Txt_Hide);
Act_PutIconLink ("eye-on64x64.png",Txt_Hide);
/***** Put form to edit assignment *****/
Act_FormStart (ActEdiOneAsg);
@ -520,7 +520,7 @@ static void Asg_PutFormsToRemEditOneAsg (long AsgCod,bool Hidden)
Asg_PutHiddenParamAsgOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("edit16x16.gif",Txt_Edit);
Act_PutIconLink ("edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -499,7 +499,7 @@ static void Att_PutFormToCreateNewAttEvent (void)
/***** Put form to create a new attendance event *****/
Act_PutContextualLink (ActFrmNewAtt,Att_PutFormToCreateNewAttEventParams,
"new16x16.gif",Txt_New_event);
"plus64x64.png",Txt_New_event);
}
static void Att_PutFormToCreateNewAttEventParams (void)
@ -528,7 +528,7 @@ static void Att_PutFormsToRemEditOneAttEvent (long AttCod,bool Hidden)
Att_PutHiddenParamAttOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("delon16x16.gif",Txt_Remove);
Act_PutIconLink ("remove-on64x64.png",Txt_Remove);
/***** Put form to hide/show attendance event *****/
Act_FormStart (Hidden ? ActShoAtt :
@ -538,9 +538,9 @@ static void Att_PutFormsToRemEditOneAttEvent (long AttCod,bool Hidden)
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
if (Hidden)
Act_PutIconLink ("hidden_on16x16.gif",Txt_Show);
Act_PutIconLink ("eye-slash-on64x64.png",Txt_Show);
else
Act_PutIconLink ("visible_on16x16.gif",Txt_Hide);
Act_PutIconLink ("eye-on64x64.png",Txt_Hide);
/***** Put form to edit attendance event *****/
Act_FormStart (ActEdiOneAtt);
@ -548,7 +548,7 @@ static void Att_PutFormsToRemEditOneAttEvent (long AttCod,bool Hidden)
Att_PutHiddenParamAttOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("edit16x16.gif",Txt_Edit);
Act_PutIconLink ("edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}
@ -2861,7 +2861,7 @@ static void Att_PutFormToPrintMyList (void)
/***** Link to print view *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnLstMyAtt,Att_PutFormToPrintMyListParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}
@ -2884,7 +2884,7 @@ static void Att_PutFormToPrintStdsList (void)
/***** Link to print view *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnLstStdAtt,Att_PutFormToPrintStdsListParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -130,7 +130,7 @@ static void Ban_PutFormToEditBanners (void)
/***** Link to edit banners *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiBan,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiBan,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -251,7 +251,7 @@ void Cal_DrawCalendar (void)
{
/* Link to print view */
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnCal,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnCal,NULL,"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}
Lay_StartRoundFrameTable (NULL,0,NULL);

View File

@ -281,7 +281,7 @@ static void Ctr_Configuration (bool PrintView)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
/* Link to print view */
Act_PutContextualLink (ActPrnCtrInf,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnCtrInf,NULL,"print64x64.png",Txt_Print);
/* Links to upload logo and photo */
if (Gbl.Usrs.Me.LoggedRole >= Rol_CTR_ADM)

View File

@ -110,12 +110,13 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.60.6 (2015/12/08)"
#define Log_PLATFORM_VERSION "SWAD 15.60.7 (2015/12/08)"
#define CSS_FILE "swad15.59.4.css"
// 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.60.7: Dec 08, 2015 Changed some small icons. (186591 lines)
Version 15.60.6: Dec 08, 2015 Changed icons in login. (186592 lines)
Version 15.60.5: Dec 08, 2015 Changed some messages related to login. (186589 lines)
Version 15.60.4: Dec 08, 2015 Change in text about first / last year of a degree. (186589 lines)

View File

@ -142,7 +142,7 @@ void Con_PutLinkToLastClicks (void)
extern const char *Txt_Last_clicks;
Act_PutContextualLink (ActLstClk,NULL,
"click16x16.gif",Txt_Last_clicks);
"mouse-pointer64x64.png",Txt_Last_clicks);
}
/*****************************************************************************/

View File

@ -223,7 +223,7 @@ static void Cty_Configuration (bool PrintView)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
/* Link to print view */
Act_PutContextualLink (ActPrnCtyInf,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnCtyInf,NULL,"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -192,7 +192,7 @@ static void Crs_Configuration (bool PrintView)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
/* Link to print view */
Act_PutContextualLink (ActPrnCrsInf,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnCrsInf,NULL,"print64x64.png",Txt_Print);
/* Link to request enrollment in the current course */
if (Gbl.Usrs.Me.LoggedRole == Rol__GUEST_ ||
@ -2916,7 +2916,7 @@ void Crs_PutFormToSelectMyCourses (void)
extern const char *Txt_My_courses;
/***** Put form to search / select courses *****/
Act_PutContextualLink (ActMyCrs,NULL,"hierarchy16x16.gif",Txt_My_courses);
Act_PutContextualLink (ActMyCrs,NULL,"hierarchy64x64.gif",Txt_My_courses);
}
/*****************************************************************************/

View File

@ -318,7 +318,7 @@ static void Deg_Configuration (bool PrintView)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
/* Link to print view */
Act_PutContextualLink (ActPrnDegInf,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnDegInf,NULL,"print64x64.png",Txt_Print);
/* Link to upload logo */
if (Gbl.Usrs.Me.LoggedRole >= Rol_DEG_ADM)

View File

@ -212,7 +212,7 @@ static void Dpt_PutFormToEditDpts (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiDpt,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiDpt,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -357,7 +357,7 @@ void Enr_ReqAcceptRegisterInCrs (void)
/***** Send button to refuse register in the current course *****/
Act_PutContextualLink (Gbl.Usrs.Me.UsrDat.RoleInCurrentCrsDB == Rol_STUDENT ? ActRemMe_Std :
ActRemMe_Tch,
NULL,"delon16x16.gif",Txt_Remove_me_from_this_course);
NULL,"remove-on64x64.png",Txt_Remove_me_from_this_course);
fprintf (Gbl.F.Out,"</div>");
@ -682,7 +682,7 @@ void Enr_PutLinkToRemOldUsrs (void)
extern const char *Txt_Eliminate_old_users;
/***** Put form to remove old users *****/
Act_PutContextualLink (ActReqRemOldUsr,NULL,"delon16x16.gif",Txt_Eliminate_old_users);
Act_PutContextualLink (ActReqRemOldUsr,NULL,"remove-on64x64.png",Txt_Eliminate_old_users);
}
/*****************************************************************************/
@ -1773,7 +1773,7 @@ static void Enr_PutLinkToRemAllStdsThisCrs (void)
/***** Put form to remove all the students in the current course *****/
Act_PutContextualLink (ActReqRemAllStdCrs,NULL,
"delon16x16.gif",Txt_Remove_all_students);
"remove-on64x64.png",Txt_Remove_all_students);
}
/*****************************************************************************/

View File

@ -444,7 +444,7 @@ static void Exa_ListExamAnnouncements (Exa_TypeViewExamAnnouncement_t TypeViewEx
case Rol_SYS_ADM:
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiExaAnn,NULL,
"new16x16.gif",Txt_New_announcement_OF_EXAM);
"plus64x64.png",Txt_New_announcement_OF_EXAM);
fprintf (Gbl.F.Out,"</div>");
break;
default:
@ -775,18 +775,18 @@ static void Exa_ShowExamAnnouncement (long ExaCod,Exa_TypeViewExamAnnouncement_t
/***** Link to remove this exam announcement *****/
Act_FormStart (ActRemExaAnn);
Par_PutHiddenParamLong ("ExaCod",ExaCod);
Act_PutIconLink ("delon16x16.gif",Txt_Remove);
Act_PutIconLink ("remove-on64x64.png",Txt_Remove);
/***** Link to edit this exam announcement *****/
Act_FormStart (ActEdiExaAnn);
Par_PutHiddenParamLong ("ExaCod",ExaCod);
Act_PutIconLink ("edit16x16.gif",Txt_Edit);
Act_PutIconLink ("edit64x64.png",Txt_Edit);
}
/***** Link to print view *****/
Act_FormStart (ActPrnExaAnn);
Par_PutHiddenParamLong ("ExaCod",ExaCod);
Act_PutIconLink ("print16x16.gif",Txt_Print);
Act_PutIconLink ("print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</td>"
"</tr>");

View File

@ -4302,11 +4302,11 @@ static void Brw_PutFormToShowOrAdmin (Brw_ShowOrAdmin_t ShowOrAdmin,
{
case Brw_SHOW:
Act_PutContextualLink (Action,Brw_PutFormToShowOrAdminParams,
"visible_on16x16.gif",Txt_View);
"eye-on64x64.png",Txt_View);
break;
case Brw_ADMIN:
Act_PutContextualLink (Action,Brw_PutFormToShowOrAdminParams,
"edit16x16.gif",Txt_Edit);
"edit64x64.png",Txt_Edit);
break;
}
fprintf (Gbl.F.Out,"</div>");
@ -5036,7 +5036,7 @@ static void Brw_PutIconRemoveFile (Brw_FileType_t FileType,
}
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Remove_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/delon16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
@ -5080,7 +5080,7 @@ static void Brw_PutIconRemoveDir (const char *PathInTree,const char *FileName,co
}
Brw_ParamListFiles (Brw_IS_FOLDER,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Remove_folder_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/delon16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
@ -5339,7 +5339,7 @@ static void Brw_PutIconShow (unsigned Level,Brw_FileType_t FileType,
}
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Show_FOLDER_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/hidden_%s16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/eye-slash-%s64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
@ -5373,7 +5373,7 @@ static void Brw_PutIconHide (unsigned Level,Brw_FileType_t FileType,
}
Brw_ParamListFiles (FileType,PathInTree,FileName);
sprintf (Gbl.Title,Txt_Hide_FOLDER_FILE_OR_LINK_X,FileNameToShow);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/visible_%s16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/eye-%s64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,

View File

@ -199,7 +199,7 @@ static void Hld_PutFormToEditHlds (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiHld,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiHld,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -417,7 +417,7 @@ static void Inf_PutFormToEditInfo (Inf_InfoType_t InfoType)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (Inf_ActionsEditInfo[InfoType],NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (Inf_ActionsEditInfo[InfoType],NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}
@ -922,7 +922,7 @@ void Inf_FormsToSelSendInfo (void)
/***** Put link to view *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (Inf_ActionsSeeInfo[InfoType],NULL,
"visible_on16x16.gif",Txt_View);
"eye-on64x64.png",Txt_View);
fprintf (Gbl.F.Out,"</div>");
/***** Get info source from database *****/

View File

@ -262,7 +262,7 @@ static void Ins_Configuration (bool PrintView)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
/* Link to print view */
Act_PutContextualLink (ActPrnInsInf,NULL,"print16x16.gif",Txt_Print);
Act_PutContextualLink (ActPrnInsInf,NULL,"print64x64.png",Txt_Print);
/* Link to upload logo */
if (Gbl.Usrs.Me.LoggedRole >= Rol_INS_ADM)

View File

@ -922,7 +922,7 @@ void Lay_PutFormToView (Act_Action_t Action)
extern const char *Txt_View;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (Action,NULL,"visible_on16x16.gif",Txt_View);
Act_PutContextualLink (Action,NULL,"eye-on64x64.png",Txt_View);
fprintf (Gbl.F.Out,"</div>");
}
@ -935,7 +935,7 @@ void Lay_PutFormToEdit (Act_Action_t Action)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (Action,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (Action,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}
@ -991,7 +991,7 @@ void Lay_PutIconRemovalNotAllowed (void)
{
extern const char *Txt_Removal_not_allowed;
fprintf (Gbl.F.Out,"<img src=\"%s/deloff16x16.gif\""
fprintf (Gbl.F.Out,"<img src=\"%s/remove-off64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
@ -1003,7 +1003,7 @@ void Lay_PutIconBRemovalNotAllowed (void)
{
extern const char *Txt_Removal_not_allowed;
fprintf (Gbl.F.Out,"<img src=\"%s/deloff16x16.gif\""
fprintf (Gbl.F.Out,"<img src=\"%s/remove-off64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,
@ -1019,7 +1019,7 @@ void Lay_PutIconRemove (void)
{
extern const char *Txt_Remove;
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/delon16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
@ -1031,7 +1031,7 @@ void Lay_PutIconBRemove (void)
{
extern const char *Txt_Remove;
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/delon16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16B\" />",
Gbl.Prefs.IconsURL,

View File

@ -159,7 +159,7 @@ static void Lnk_PutFormToEditLinks (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiLnk,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiLnk,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -319,7 +319,7 @@ static void Log_PutLinkToRemoveLogo (Act_Action_t Action)
/***** Link for removing the photo *****/
Act_FormStart (Action);
Act_LinkFormSubmit (Txt_Remove_logo,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("delon16x16.gif",Txt_Remove_logo,Txt_Remove_logo);
Lay_PutIconWithText ("remove-on64x64.png",Txt_Remove_logo,Txt_Remove_logo);
Act_FormEnd ();
}

View File

@ -176,7 +176,7 @@ static void Mai_PutFormToEditMailDomains (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiMai,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiMai,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -2227,7 +2227,7 @@ void Msg_ShowFormDelSentOrRecMsgs (Msg_TypeOfMessages_t TypeOfMessages,unsigned
Act_PutContextualLink ((TypeOfMessages == Msg_MESSAGES_RECEIVED) ? ActReqDelAllRcvMsg :
ActReqDelAllSntMsg,
Msg_PutHiddenParamsMsgsFilters,
"delon16x16.gif",Gbl.Title);
"remove-on64x64.png",Gbl.Title);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -213,7 +213,7 @@ void Not_ListFullNotices (void)
if (ICanEditNotices)
{
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActWriNot,NULL,"new16x16.gif",Txt_New_notice);
Act_PutContextualLink (ActWriNot,NULL,"plus64x64.png",Txt_New_notice);
fprintf (Gbl.F.Out,"</div>");
}
@ -585,7 +585,7 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
Not_PutHiddenParamNotCod (NotCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/delon16x16.gif\""
" src=\"%s/remove-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -602,7 +602,7 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
Not_PutHiddenParamNotCod (NotCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/visible_on16x16.gif\""
" src=\"%s/eye-on64x64.png\""
" alt=%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -615,7 +615,7 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
Not_PutHiddenParamNotCod (NotCod);
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_OPT ICON_HIGHLIGHT\">"
"<input type=\"image\""
" src=\"%s/hidden_on16x16.gif\""
" src=\"%s/eye-slash-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>",
@ -632,7 +632,7 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
{
case Not_ACTIVE_NOTICE:
fprintf (Gbl.F.Out,"<span title=\"%s\">"
"<img src=\"%s/visible_off16x16.gif\""
"<img src=\"%s/eye-off64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</span>",
@ -643,7 +643,7 @@ static void Not_DrawANotice (Not_Listing_t TypeNoticesListing,
break;
case Not_OBSOLETE_NOTICE:
fprintf (Gbl.F.Out,"<span title=\"%s\">"
"<img src=\"%s/hidden_off16x16.gif\""
"<img src=\"%s/eye-slash-off64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</span>",

View File

@ -1656,7 +1656,7 @@ static void Ntf_PutLinkToMarkAllNotifAsSeen (void)
Act_FormStart (ActMrkNtfSee);
Act_LinkFormSubmit (Txt_Mark_all_notifications_as_read,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("visible_on16x16.gif",
Lay_PutIconWithText ("eye-on64x64.png",
Txt_Mark_all_notifications_as_read,
Txt_Mark_all_notifications_as_read);
Act_FormEnd ();

View File

@ -214,7 +214,7 @@ static void Pho_PutLinkToRemoveMyPhoto (void)
extern const char *Txt_Remove_photo;
/***** Link for removing the photo *****/
Act_PutContextualLink (ActRemMyPho,NULL,"delon16x16.gif",Txt_Remove_photo);
Act_PutContextualLink (ActRemMyPho,NULL,"remove-on64x64.png",Txt_Remove_photo);
}
/*****************************************************************************/
@ -230,7 +230,7 @@ static void Pho_PutLinkToRemoveOtherUsrPhoto (const struct UsrData *UsrDat)
(UsrDat->RoleInCurrentCrsDB == Rol_TEACHER ? ActRemTchPho :
ActRemOthPho), // Guest, visitor or admin
Usr_PutParamOtherUsrCodEncrypted,
"delon16x16.gif",Txt_Remove_photo);
"remove-on64x64.png",Txt_Remove_photo);
}
/*****************************************************************************/
@ -1750,7 +1750,7 @@ static void Pho_PutLinkToPrintViewOfDegreeStats (void)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnPhoDeg,Pho_PutLinkToPrintViewOfDegreeStatsParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -203,7 +203,7 @@ static void Plc_PutFormToEditPlcs (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiPlc,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiPlc,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -155,7 +155,7 @@ static void Plg_PutFormToEditPlugins (void)
extern const char *Txt_Edit;
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActEdiPlg,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiPlg,NULL,"edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -859,7 +859,7 @@ void Rec_PutLinkToEditRecordFields (void)
extern const char *Txt_Edit_record_fields;
/***** Link to edit record fields *****/
Act_PutContextualLink (ActEdiRecFie,NULL,"edit16x16.gif",Txt_Edit_record_fields);
Act_PutContextualLink (ActEdiRecFie,NULL,"edit64x64.png",Txt_Edit_record_fields);
}
/*****************************************************************************/
@ -1320,7 +1320,7 @@ static void Rec_ShowLinkToPrintPreviewOfRecords (void)
unsigned i;
Act_LinkFormSubmit (Txt_Print,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("print16x16.gif",Txt_Print,Txt_Print);
Lay_PutIconWithText ("print64x64.png",Txt_Print,Txt_Print);
fprintf (Gbl.F.Out,"<span class=\"%s\">(</span>"
"<select name=\"RecsPerPag\">",
The_ClassForm[Gbl.Prefs.Theme]);
@ -2194,7 +2194,7 @@ void Rec_ShowSharedUsrRecord (Rec_RecordViewType_t TypeOfView,
Act_LinkFormSubmit (Txt_Edit_my_personal_data,NULL);
fprintf (Gbl.F.Out,"<div class=\"ICON_HIGHLIGHT\""
" style=\"display:inline;\" >"
"<img src=\"%s/edit16x16.gif\""
"<img src=\"%s/edit64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />"
"</div>"

View File

@ -394,7 +394,7 @@ static void Sta_PutFormToRequestAccessesCrs (void)
Act_FormStart (ActReqAccCrs);
Act_LinkFormSubmit (Txt_Visits_to_course,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("stats16x16.gif",
Lay_PutIconWithText ("stats64x64.gif",
Txt_Visits_to_course,
Txt_Visits_to_course);
Act_FormEnd ();

View File

@ -703,7 +703,7 @@ static void Svy_PutFormToCreateNewSvy (void)
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActFrmNewSvy,Svy_PutFormToCreateNewSvyParams,
"new16x16.gif",Txt_New_survey);
"plus64x64.png",Txt_New_survey);
fprintf (Gbl.F.Out,"</div>");
}
@ -734,7 +734,7 @@ static void Svy_PutFormsToRemEditOneSvy (long SvyCod,bool Visible)
Svy_PutHiddenParamSvyOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("delon16x16.gif",Txt_Remove);
Act_PutIconLink ("remove-on64x64.png",Txt_Remove);
/***** Put form to reset survey *****/
Act_FormStart (ActReqRstSvy);
@ -752,9 +752,9 @@ static void Svy_PutFormsToRemEditOneSvy (long SvyCod,bool Visible)
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
if (Visible)
Act_PutIconLink ("visible_on16x16.gif",Txt_Hide);
Act_PutIconLink ("eye-on64x64.png",Txt_Hide);
else
Act_PutIconLink ("hidden_on16x16.gif",Txt_Show);
Act_PutIconLink ("eye-slash-on64x64.png",Txt_Show);
/***** Put form to edit survey *****/
Act_FormStart (ActEdiOneSvy);
@ -762,7 +762,7 @@ static void Svy_PutFormsToRemEditOneSvy (long SvyCod,bool Visible)
Svy_PutHiddenParamSvyOrderType ();
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_PutIconLink ("edit16x16.gif",Txt_Edit);
Act_PutIconLink ("edit64x64.png",Txt_Edit);
fprintf (Gbl.F.Out,"</div>");
}
@ -2863,7 +2863,7 @@ static void Svy_ListSvyQuestions (struct Survey *Svy,struct SurveyQuestion *SvyQ
Act_FormStart (ActEdiOneSvyQst);
Svy_PutParamSvyCod (Svy->SvyCod);
Svy_PutParamQstCod (SvyQst->QstCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
@ -2929,7 +2929,7 @@ static void Svy_ListSvyQuestions (struct Survey *Svy,struct SurveyQuestion *SvyQ
Grp_PutParamWhichGrps ();
Pag_PutHiddenParamPagNum (Gbl.Pag.CurrentPage);
Act_LinkFormSubmit (Txt_New_question,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("new16x16.gif",
Lay_PutIconWithText ("plus64x64.png",
Txt_New_question,
Txt_New_question);
Act_FormEnd ();

View File

@ -201,7 +201,7 @@ void Syl_EditSyllabus (void)
/***** Put link to view *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (Inf_ActionsSeeInfo[InfoType],NULL,
"visible_on16x16.gif",Txt_View);
"eye-on64x64.png",Txt_View);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -331,7 +331,7 @@ static void Tst_PutFormToEdit (void)
{
extern const char *Txt_Edit;
Act_PutContextualLink (ActEdiTstQst,NULL,"edit16x16.gif",Txt_Edit);
Act_PutContextualLink (ActEdiTstQst,NULL,"edit64x64.png",Txt_Edit);
}
/*****************************************************************************/
@ -1172,7 +1172,7 @@ static void Tst_PutFormToCreateNewTstQst (void)
/***** Put form to create a new test question *****/
Act_FormStart (ActEdiOneTstQst);
Act_LinkFormSubmit (Txt_New_question,The_ClassFormBold[Gbl.Prefs.Theme]);
Lay_PutIconWithText ("new16x16.gif",
Lay_PutIconWithText ("plus64x64.png",
Txt_New_question,
Txt_New_question);
Act_FormEnd ();
@ -1442,13 +1442,11 @@ static void Tst_ShowFormSelTags (unsigned long NumRows,MYSQL_RES *mysql_res,bool
"<img src=\"%s/",
Gbl.Prefs.IconsURL);
if (TagHidden)
fprintf (Gbl.F.Out,"hidden_off16x16.gif\""
" alt=\"%s\" title=\"%s",
fprintf (Gbl.F.Out,"eye-slash-off16x16.gif\" alt=\"%s\" title=\"%s",
Txt_Tag_not_allowed,
Txt_Tag_not_allowed);
else
fprintf (Gbl.F.Out,"visible_off16x16.gif\""
" alt=\"%s\" title=\"%s",
fprintf (Gbl.F.Out,"eye-off64x64.png\" alt=\"%s\" title=\"%s",
Txt_Tag_allowed,
Txt_Tag_allowed);
fprintf (Gbl.F.Out,"\" class=\"ICON16x16\" />"
@ -1553,7 +1551,7 @@ static void Tst_PutIconEnable (long TagCod,const char *TagTxt)
Act_FormStart (ActEnableTag);
Par_PutHiddenParamLong ("TagCod",TagCod);
sprintf (Gbl.Title,Txt_Tag_X_not_allowed_Click_to_allow_it,TagTxt);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/hidden_on16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/eye-slash-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
@ -1575,7 +1573,7 @@ static void Tst_PutIconDisable (long TagCod,const char *TagTxt)
Act_FormStart (ActDisableTag);
Par_PutHiddenParamLong ("TagCod",TagCod);
sprintf (Gbl.Title,Txt_Tag_X_allowed_Click_to_disable_it,TagTxt);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/visible_on16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/eye-on64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,
@ -2525,7 +2523,7 @@ static void Tst_ListOneOrMoreQuestionsToEdit (unsigned long NumRows,MYSQL_RES *m
fprintf (Gbl.F.Out,"<td class=\"BT%u\">",Gbl.RowEvenOdd);
Act_FormStart (ActEdiOneTstQst);
Par_PutHiddenParamLong ("QstCod",QstCod);
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit16x16.gif\""
fprintf (Gbl.F.Out,"<input type=\"image\" src=\"%s/edit64x64.png\""
" alt=\"%s\" title=\"%s\""
" class=\"ICON16x16\" />",
Gbl.Prefs.IconsURL,

View File

@ -265,15 +265,15 @@ void TT_ShowClassTimeTable (void)
if (PutEditCrsTT)
Act_PutContextualLink (ActEdiCrsTT,Grp_PutParamWhichGrps,
"edit16x16.gif",Txt_Edit);
"edit64x64.png",Txt_Edit);
if (PutEditOfficeHours)
Act_PutContextualLink (ActEdiTut,NULL,"edit16x16.gif",Txt_Edit_office_hours);
Act_PutContextualLink (ActEdiTut,NULL,"edit64x64.png",Txt_Edit_office_hours);
if (!PrintView)
Act_PutContextualLink (TimeTableType == TT_COURSE_TIMETABLE ? ActPrnCrsTT :
ActPrnMyTT,
Grp_PutParamWhichGrps,"print16x16.gif",Txt_Print);
Grp_PutParamWhichGrps,"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
}

View File

@ -6550,7 +6550,7 @@ void Usr_SeeGuests (void)
case Usr_CLASS_PHOTO:
/***** Link to print view *****/
Act_PutContextualLink (ActPrnGstPho,Usr_PutLinkToShowGuestsAllDataParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
break;
case Usr_LIST:
/****** Link to show all the data ******/
@ -6735,7 +6735,7 @@ void Usr_SeeStudents (void)
/***** Link to print view *****/
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnStdPho,Usr_PutLinkToShowStdsAllDataParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
break;
case Usr_LIST:
@ -6902,7 +6902,7 @@ void Usr_SeeTeachers (void)
case Usr_CLASS_PHOTO:
fprintf (Gbl.F.Out,"<div class=\"CONTEXT_MENU\">");
Act_PutContextualLink (ActPrnTchPho,Usr_PutLinkToShowTchsAllDataParams,
"print16x16.gif",Txt_Print);
"print64x64.png",Txt_Print);
fprintf (Gbl.F.Out,"</div>");
break;
case Usr_LIST: