diff --git a/css/swad16.25.css b/css/swad16.32.1.css similarity index 99% rename from css/swad16.25.css rename to css/swad16.32.1.css index 6ad14bd9d..5bfec63ef 100644 --- a/css/swad16.25.css +++ b/css/swad16.32.1.css @@ -1432,6 +1432,16 @@ table.CELLS_PAD_10 > tbody > tr > td {padding:10px;} margin:12px; } +/******************* Web of institution, centre, degree **********************/ +.EXTERNAL_WWW + { + box-sizing:border-box; + max-width:250px; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + } + /****************************** Photo of centre ******************************/ .CENTRE_PHOTO_SHOW { diff --git a/swad_changelog.h b/swad_changelog.h index df2e07547..0a55566b5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -150,13 +150,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.32 (2016-10-22)" -#define CSS_FILE "swad16.25.css" +#define Log_PLATFORM_VERSION "SWAD 16.32.1 (2016-10-22)" +#define CSS_FILE "swad16.32.1.css" #define JS_FILE "swad15.238.1.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.32.1: Oct 22, 2016 Width of institution web limited using CSS. (205152 lines) Version 16.32: Oct 22, 2016 New form in institution configuration to change short name. (205141 lines) 1 change necessary in database: INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1592','es','N','Cambiar nombre breve ins.'); diff --git a/swad_institution.c b/swad_institution.c index 52514afdd..f495284a3 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -409,17 +409,18 @@ static void Ins_Configuration (bool PrintView) "" "%s:" "" - "" - "", + "", The_ClassForm[Gbl.Prefs.Theme], - Txt_Web, - Gbl.CurrentIns.Ins.WWW); - Str_LimitLengthHTMLStr (Gbl.CurrentIns.Ins.WWW,20); - fprintf (Gbl.F.Out,"%s" + Txt_Web); + fprintf (Gbl.F.Out,"
" + "" + "%s" "" - "" - "", + "
", + Gbl.CurrentIns.Ins.WWW, Gbl.CurrentIns.Ins.WWW); + fprintf (Gbl.F.Out,"" + ""); } /***** Shortcut to the institution *****/