Version 15.156.1

This commit is contained in:
Antonio Cañas Vargas 2016-03-20 16:55:34 +01:00
parent 4a871a9155
commit 76a805b666
4 changed files with 22 additions and 20 deletions

View File

@ -86,7 +86,7 @@ void Ban_SeeBanners (void)
" ORDER BY ShortName");
/***** Frame head *****/
Lay_StartRoundFrame ("300px",Txt_Banners,Ban_PutFormToEditBanners);
Lay_StartRoundFrame (NULL,Txt_Banners,Ban_PutFormToEditBanners);
/***** Write all the banners *****/
fprintf (Gbl.F.Out,"<table class=\"FRAME_TABLE CELLS_PAD_2\">");

View File

@ -134,13 +134,15 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.156 (2016-03-20)"
#define Log_PLATFORM_VERSION "SWAD 15.156.1 (2016-03-20)"
#define CSS_FILE "swad15.152.css"
#define JS_FILE "swad15.131.3.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 15.156.1: Mar 20, 2016 Change in layout of banners.
Changes in layout of types of degree. (196139 lines)
Version 15.156: Mar 20, 2016 New module swad_degree_type for degree types. (196137 lines)
Version 15.155.7: Mar 20, 2016 Changes in layout of listing of institutions. (196051 lines)
Version 15.155.6: Mar 20, 2016 Changes in layout of listing of centres. (196055 lines)

View File

@ -232,7 +232,7 @@ static void Deg_ListDegreeTypesForSeeing (void)
BgColor,Gbl.Degs.DegTypes.Lst[NumDegTyp].DegTypName);
/* Number of degrees of this type */
fprintf (Gbl.F.Out,"<td class=\"DAT CENTER_MIDDLE %s\">"
fprintf (Gbl.F.Out,"<td class=\"DAT RIGHT_MIDDLE %s\">"
"%u"
"</td>"
"</tr>",
@ -309,7 +309,7 @@ static void Deg_ListDegreeTypesForEdition (void)
fprintf (Gbl.F.Out,"</td>");
/* Number of degrees of this type */
fprintf (Gbl.F.Out,"<td class=\"DAT CENTER_MIDDLE\">"
fprintf (Gbl.F.Out,"<td class=\"DAT RIGHT_MIDDLE\">"
"%u"
"</td>"
"</tr>",
@ -326,7 +326,7 @@ static void Deg_ListDegreeTypesForEdition (void)
static void Deg_PutFormToCreateDegType (void)
{
extern const char *Txt_New_type_of_degree;
extern const char *Txt_Type_of_BR_degree;
extern const char *Txt_Type_of_degree;
extern const char *Txt_Create_type_of_degree;
/***** Start form *****/
@ -341,7 +341,7 @@ static void Deg_PutFormToCreateDegType (void)
"%s"
"</th>"
"</tr>",
Txt_Type_of_BR_degree);
Txt_Type_of_degree);
/***** Degree type name *****/
fprintf (Gbl.F.Out,"<tr>"
@ -364,19 +364,19 @@ static void Deg_PutFormToCreateDegType (void)
static void Deg_PutHeadDegreeTypesForSeeing (void)
{
extern const char *Txt_Type_of_BR_degree;
extern const char *Txt_Type_of_degree;
extern const char *Txt_Degrees;
fprintf (Gbl.F.Out,"<tr>"
"<th class=\"BM\"></th>"
"<th class=\"CENTER_MIDDLE\">"
"<th class=\"LEFT_MIDDLE\">"
"%s"
"</th>"
"<th class=\"RIGHT_MIDDLE\">"
"%s"
"</th>"
"</tr>",
Txt_Type_of_BR_degree,
Txt_Type_of_degree,
Txt_Degrees);
}
@ -387,7 +387,7 @@ static void Deg_PutHeadDegreeTypesForSeeing (void)
static void Deg_PutHeadDegreeTypesForEdition (void)
{
extern const char *Txt_Code;
extern const char *Txt_Type_of_BR_degree;
extern const char *Txt_Type_of_degree;
extern const char *Txt_Degrees;
fprintf (Gbl.F.Out,"<tr>"
@ -403,7 +403,7 @@ static void Deg_PutHeadDegreeTypesForEdition (void)
"</th>"
"</tr>",
Txt_Code,
Txt_Type_of_BR_degree,
Txt_Type_of_degree,
Txt_Degrees);
}

View File

@ -47169,25 +47169,25 @@ const char *Txt_Type_of_BR_answers = // Answers of a test
"Tipo de<br />respostas";
#endif
const char *Txt_Type_of_BR_degree =
const char *Txt_Type_of_degree =
#if L==1
"Tipo de<br />titulaci&oacute;n"; // Necessita traduccio
"Tipo de titulaci&oacute;n"; // Necessita traduccio
#elif L==2
"Abschlussart";
#elif L==3
"Type of<br />degree";
"Type of degree";
#elif L==4
"Tipo de<br />titulaci&oacute;n";
"Tipo de titulaci&oacute;n";
#elif L==5
"Type<br />d'&eacute;tude";
"Type d'&eacute;tude";
#elif L==6
"Tipo de<br />titulaci&oacute;n"; // Okoteve traducción
"Tipo de titulaci&oacute;n"; // Okoteve traducción
#elif L==7
"Tipo di<br />laurea";
"Tipo di laurea";
#elif L==8
"Type of<br />degree"; // Potrzebujesz tlumaczenie
"Type of degree"; // Potrzebujesz tlumaczenie
#elif L==9
"Tipo de<br />titula&ccedil;&atilde;o";
"Tipo de titula&ccedil;&atilde;o";
#endif
const char *Txt_Type_of_degree_X_removed = // Warning: it is very important to include %s in the following sentences