Version 14.54.3

This commit is contained in:
Antonio Cañas Vargas 2015-01-06 22:52:08 +01:00
parent a0dac9d72c
commit 9865eacd16
9 changed files with 13 additions and 8 deletions

View File

@ -245,12 +245,12 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;}
.ALERT .ALERT
{ {
margin:4px auto; margin:4px auto;
background-color:#FFFDB9; background-color:#FFF9E0;
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:10px 10px; background-position:10px 10px;
padding:10px 10px 10px 36px; padding:10px 10px 10px 36px;
border-radius:4px; border-radius:4px;
box-shadow:1px 1px 1px #CCC; box-shadow:1px 1px 1px #CCC7B4;
font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif;
font-size:10pt; font-size:10pt;
color:#632921; color:#632921;
@ -468,7 +468,7 @@ a:hover img.CENTRE_PHOTO_SHOW
} }
.ICON_HIGHLIGHT .ICON_HIGHLIGHT
{ {
opacity:0.6; opacity:0.7;
} }
.ICON_HIGHLIGHT:hover .ICON_HIGHLIGHT:hover
{ {

View File

@ -210,12 +210,12 @@ p {margin:0;}
.ALERT .ALERT
{ {
margin:4px auto; margin:4px auto;
background-color:#FFFDB9; background-color:#FFF9E0;
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:10px 10px; background-position:10px 10px;
padding:10px 10px 10px 36px; padding:10px 10px 10px 36px;
border-radius:8px; border-radius:8px;
box-shadow:1px 1px 1px #CCC; box-shadow:1px 1px 1px #CCC7B4;
font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif; font-family:Arial, "Nimbus Sans L", "DejaVu LGC Sans", "Bitstream Vera Sans", sans-serif;
font-size:16pt; font-size:16pt;
color:#632921; color:#632921;

BIN
html/SWAD-manual-EN.pdf Normal file

Binary file not shown.

BIN
html/SWAD-manual-ES.odt Normal file

Binary file not shown.

BIN
html/SWAD-manual-ES.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@ -30,16 +30,21 @@
// TODO: When notifications are marked as seen, do it in a priori function // TODO: When notifications are marked as seen, do it in a priori function
// TODO: Use the library http://fukuchi.org/works/qrencode/index.html.en instead Google QR // TODO: Use the library http://fukuchi.org/works/qrencode/index.html.en instead Google QR
// TODO: [Ceferino Bustos Valdivia]:
// Enhorabuena por esta nueva aplicación. La he utilizado con los códigos QR y va muy bien.
// Me genera las listas de alumnos y es bastante rápida la lectura del código QR.
// Sería completa esta aplicación, si la asistencia se incluyera, automáticamente, en el apartado de evaluación de cada alumno. De esta forma podríamos ver sus trabajos y asistencias de forma personalizada.
/*****************************************************************************/ /*****************************************************************************/
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.54.2 (2015/01/05)" #define Log_PLATFORM_VERSION "SWAD 14.54.3 (2015/01/06)"
// 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 | tail -1 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h | tail -1
/* /*
Version 14.54.3: Jan 06, 2015 Changes in themes and colors. (173344 lines)
Version 14.54.2: Jan 05, 2015 Changes in yellow theme. (173339 lines) Version 14.54.2: Jan 05, 2015 Changes in yellow theme. (173339 lines)
Version 14.54.1: Jan 04, 2015 Removed unused fields in user's data. (173338 lines) Version 14.54.1: Jan 04, 2015 Removed unused fields in user's data. (173338 lines)
1 change necessary in database: 1 change necessary in database:

View File

@ -70,14 +70,14 @@ const char *The_TabOnBgColors[The_NUM_THEMES] =
"#F7F6F5", "#F7F6F5",
"#F7F6F5", "#F7F6F5",
"#E8F3F6", "#E8F3F6",
"#FAF0A0", "#FFF2BD",
}; };
const char *The_TabOffBgColors[The_NUM_THEMES] = const char *The_TabOffBgColors[The_NUM_THEMES] =
{ {
"#D4D4D4", "#D4D4D4",
"#D4D4D4", "#D4D4D4",
"#CAE1E8", "#CAE1E8",
"#F0C870", "#FADE94",
}; };
const char *The_ClassSeparator[The_NUM_THEMES] = const char *The_ClassSeparator[The_NUM_THEMES] =