From cce14db1c4c3df4b69b8e9127c714be707dc8fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 24 Feb 2017 00:42:20 +0100 Subject: [PATCH] Version 16.139.6 --- css/{swad16.136.css => swad16.139.6.css} | 28 ++++++++++++++++++++++++ swad_changelog.h | 5 +++-- swad_forum.c | 19 ++++++++-------- 3 files changed, 41 insertions(+), 11 deletions(-) rename css/{swad16.136.css => swad16.139.6.css} (99%) diff --git a/css/swad16.136.css b/css/swad16.139.6.css similarity index 99% rename from css/swad16.136.css rename to css/swad16.139.6.css index 614b4096a..3a840e0bf 100644 --- a/css/swad16.136.css +++ b/css/swad16.139.6.css @@ -1551,6 +1551,34 @@ table.CELLS_PAD_5 > tbody > tr > td {padding: 5px;} table.CELLS_PAD_10 > tbody > tr > th {padding:10px;} table.CELLS_PAD_10 > tbody > tr > td {padding:10px;} +/******************** Selector below the title of a frame ********************/ +.SEL_BELOW_TITLE + { + text-align:center; + vertical-align:middle; + margin-bottom:12px; + } +.SEL_BELOW_TITLE ul + { + display:inline-block; + list-style-type:none; + padding:0; + margin:0; + text-align:left; + vertical-align:middle; + } +.SEL_BELOW_TITLE li + { + display:inline; + text-align:left; + vertical-align:middle; + } +.SEL_BELOW_TITLE label + { + color:#404040; + font-size:13pt; + } + /*********************************** Title ***********************************/ .TIT { diff --git a/swad_changelog.h b/swad_changelog.h index 0e96904df..7b810c1e7 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -201,13 +201,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.139.5 (2017-02-22)" -#define CSS_FILE "swad16.136.css" +#define Log_PLATFORM_VERSION "SWAD 16.139.6 (2017-02-24)" +#define CSS_FILE "swad16.139.6.css" #define JS_FILE "swad16.123.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 16.139.6: Feb 24, 2017 Code refactoring in selector of which forums to display. (? lines) Version 16.139.5: Feb 22, 2017 Changed contextual links in my profile. (212832 lines) Version 16.139.4: Feb 17, 2017 Fixed bug in social timeline. (212835 lines) Version 16.139.3: Feb 17, 2017 Fixed bug in social timeline. (212835 lines) diff --git a/swad_forum.c b/swad_forum.c index d3fd63747..e3a255cec 100644 --- a/swad_forum.c +++ b/swad_forum.c @@ -1894,7 +1894,7 @@ void For_ShowForumList (void) } /*****************************************************************************/ -/**************** Write title and link to top level of forums ****************/ +/*************** Put form to select which forums I want to see ***************/ /*****************************************************************************/ static void For_PutFormWhichForums (void) @@ -1902,22 +1902,23 @@ static void For_PutFormWhichForums (void) extern const char *Txt_FORUM_WHICH_FORUM[For_NUM_WHICH_FORUMS]; For_WhichForums_t WhichForums; - /***** Form to select which forums I want to see - (all my forums or only the forums of current institution/degree/course) *****/ + /***** Form to select which forums I want to see: + - all my forums + - only the forums of current institution/degree/course *****/ Act_FormStart (ActSeeFor); For_PutParamForumOrder (); For_PutParamsForumInsDegCrs (); - fprintf (Gbl.F.Out,"
" - "