From 31332f17018848b5f72d0712648fa66fb0de69fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 11 Apr 2015 14:38:15 +0200 Subject: [PATCH] Version 14.110.11 --- swad_changelog.h | 3 ++- swad_user.c | 18 +++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 5fdfb850a..9a99da192 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.110.10 (2015/04/11)" +#define Log_PLATFORM_VERSION "SWAD 14.110.11 (2015/04/11)" // 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.110.11:Apr 11, 2015 Changes in layout of selection of class photo / list. (184722 lines) Version 14.110.10:Apr 11, 2015 Changes in layout of selection of groups. (184725 lines) Version 14.110.9: Apr 11, 2015 Changes in layout of edition of a new assignment. (184723 lines) Version 14.110.8: Apr 11, 2015 Help on writing forum posts. diff --git a/swad_user.c b/swad_user.c index 7c958cc5e..6964c7280 100644 --- a/swad_user.c +++ b/swad_user.c @@ -4710,16 +4710,15 @@ void Usr_FreeListOtherRecipients (void) } /*****************************************************************************/ -/******************** List users to select some of them **********************/ +/*************************** Selection of list type **************************/ /*****************************************************************************/ void Usr_ShowFormsToSelectUsrListType (Act_Action_t NextAction) { /***** Start table *****/ - Lay_StartRoundFrameTable10 (NULL,2,NULL); + Lay_StartRoundFrameTable10 (NULL,8,"Tipo de lista"); // Need translation!!! - /***** 1st row *****/ - /* Put a button to select USR_CLASS_ROOM */ + /***** Select USR_CLASS_ROOM *****/ fprintf (Gbl.F.Out,"" "", @@ -4735,13 +4734,10 @@ void Usr_ShowFormsToSelectUsrListType (Act_Action_t NextAction) Usr_PutExtraParamsUsrList (NextAction); Usr_PutSelectorNumColsClassPhoto (); Act_FormEnd (); - fprintf (Gbl.F.Out,"" - ""); + fprintf (Gbl.F.Out,""); - /***** 2nd row *****/ - /* Put a button to select Usr_LIST */ - fprintf (Gbl.F.Out,"" - "", Gbl.Usrs.Me.ListType == Usr_LIST ? "USR_LIST_TYPE_ON" : "USR_LIST_TYPE_OFF"); @@ -4778,7 +4774,7 @@ static void Usr_FormToSelectUsrListType (Act_Action_t NextAction,Usr_ShowUsrsTyp Act_LinkFormSubmit (Txt_USR_LIST_TYPES[ListType],The_ClassFormulNB[Gbl.Prefs.Theme]); fprintf (Gbl.F.Out,"\"%s\"" - " %s ", + " %s", Gbl.Prefs.IconsURL, Usr_IconsClassPhotoOrList[ListType], Txt_USR_LIST_TYPES[ListType],