Version 15.192.9

This commit is contained in:
Antonio Cañas Vargas 2016-04-11 20:07:30 +02:00
parent c338bd5506
commit 11ff499535
2 changed files with 5 additions and 4 deletions

View File

@ -2082,7 +2082,7 @@ a:hover img.CENTRE_PHOTO_SHOW
.FOR_IMG_TIT .FOR_IMG_TIT
{ {
width:480px; width:480px;
margin:10px 0; margin-bottom:10px;
} }
/*********************************** Messages ********************************/ /*********************************** Messages ********************************/
@ -2102,7 +2102,7 @@ a:hover img.CENTRE_PHOTO_SHOW
.MSG_IMG_TIT .MSG_IMG_TIT
{ {
width:480px; width:480px;
margin:10px 0; margin-bottom:10px;
} }
.MSG_TXT {color:#404040; font-size:13pt;} .MSG_TXT {color:#404040; font-size:13pt;}
.MSG_TIT {color:#4D88A1; font-size:13pt;} .MSG_TIT {color:#4D88A1; font-size:13pt;}

View File

@ -135,13 +135,14 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.192.8 (2016-04-11)" #define Log_PLATFORM_VERSION "SWAD 15.192.9 (2016-04-11)"
#define CSS_FILE "swad15.192.6.css" #define CSS_FILE "swad15.192.9.css"
#define JS_FILE "swad15.190.1.js" #define JS_FILE "swad15.190.1.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/* /*
Version 15.192.9: Apr 11, 2016 Changed layout of form to send attached image in forum posts and messages. (199333 lines)
Version 15.192.8: Apr 11, 2016 Contextual icon to remove user's photo. (199331 lines) Version 15.192.8: Apr 11, 2016 Contextual icon to remove user's photo. (199331 lines)
Version 15.192.7: Apr 11, 2016 Changes in forms to upload user's photo. (199340 lines) Version 15.192.7: Apr 11, 2016 Changes in forms to upload user's photo. (199340 lines)
Version 15.192.6: Apr 11, 2016 Changes in layout of test edition. Version 15.192.6: Apr 11, 2016 Changes in layout of test edition.