Version 15.145.1

This commit is contained in:
Antonio Cañas Vargas 2016-03-15 21:07:50 +01:00
parent 4f1cf9a854
commit a6510e312e
3 changed files with 42 additions and 20 deletions

View File

@ -4924,6 +4924,7 @@ void Act_WriteBigMFUActions (struct Act_ListMFUActions *ListMFUActions)
void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
{
extern const char *Txt_Frequent_actions;
extern const char *Txt_Frequent_ACTIONS;
extern const char *Txt_TABS_FULL_TXT[Tab_NUM_TABS];
extern const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB];
unsigned NumAct;
@ -4933,18 +4934,17 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
char MenuStr[128+1];
char TabMenuStr[128+6+128+1];
/***** Start table *****/
/***** Start frame and link *****/
fprintf (Gbl.F.Out,"<div id=\"MFU_actions\">");
Act_FormStart (ActMFUAct);
Act_LinkFormSubmit (Txt_Frequent_actions,"MFU_ACT");
fprintf (Gbl.F.Out," %s"
"</a>",
Txt_Frequent_actions);
Txt_Frequent_ACTIONS);
Act_FormEnd ();
fprintf (Gbl.F.Out,"<div id=\"MFU_actions\">"
"<ul class=\"LIST_LEFT\">");
/***** Write list of frequently used actions *****/
fprintf (Gbl.F.Out,"<ul class=\"LIST_LEFT\">");
for (NumAct = 0;
NumAct < ListMFUActions->NumActions;
NumAct++)
@ -4976,10 +4976,10 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions)
fprintf (Gbl.F.Out,"</li>");
}
}
fprintf (Gbl.F.Out,"</ul>");
/***** End table *****/
fprintf (Gbl.F.Out,"</ul>"
"</div>");
/***** End frame *****/
fprintf (Gbl.F.Out,"</div>");
}
/*****************************************************************************/

View File

@ -129,13 +129,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.145 (2016-03-15)"
#define Log_PLATFORM_VERSION "SWAD 15.145.1 (2016-03-15)"
#define CSS_FILE "swad15.137.2.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.145.1: Mar 15, 2016 Changes in layout of frequent actions. (195751 lines)
Version 15.145: Mar 15, 2016 Changes in layout of connected users. (195729 lines)
Version 15.144.3: Mar 15, 2016 Changes in layout of connected users (right column). (195742 lines)
Version 15.144.2: Mar 05, 2016 Fixed minor bugs in edition of centres. (195761 lines)

View File

@ -12500,7 +12500,28 @@ const char *Txt_Found_an_index_html_file =
"Found an <em>index.html</em> file."; // Necessita de tradução
#endif
const char *Txt_Frequent_actions = // Check that this sentence fits within the allocated space
const char *Txt_Frequent_ACTIONS = // Check that this sentence fits within the allocated space
#if L==1
"Freq&uuml;ents";
#elif L==2
"H&auml;ufige";
#elif L==3
"Frequent";
#elif L==4
"Frecuentes";
#elif L==5
"Frequent";
#elif L==6
"Frecuentes"; // Okoteve traducción
#elif L==7
"Frequenti";
#elif L==8
"Cz&eogon;ste";
#elif L==9
"Freq&uuml;entes";
#endif
const char *Txt_Frequent_actions =
#if L==1
"Accions freq&uuml;ents";
#elif L==2
@ -12516,7 +12537,7 @@ const char *Txt_Frequent_actions = // Check that this sentence fits within the a
#elif L==7
"Azioni frequenti";
#elif L==8
"Czeste dzialania";
"Cz&eogon;ste dzia&lstrok;ania";
#elif L==9
"A&ccedil;&otilde;es freq&uuml;entes";
#endif
@ -18597,23 +18618,23 @@ const char *Txt_MENU_TITLE[Tab_NUM_TABS][Act_MAX_OPTIONS_IN_MENU_PER_TAB] =
,
// ActMFUAct
#if L==1
"Accions"
"Freq&uuml;ents"
#elif L==2
"Aktionen"
"H&auml;ufige"
#elif L==3
"Actions"
"Frequent"
#elif L==4
"Acciones"
"Frecuentes"
#elif L==5
"Actions"
"Frequent"
#elif L==6
"Acciones" // Okoteve traducción
"Frecuentes" // Okoteve traducción
#elif L==7
"Azioni"
"Frequenti"
#elif L==8
"Akcje"
"Cz&eogon;ste"
#elif L==9
"A&ccedil;&otilde;es"
"Freq&uuml;entes"
#endif
,
NULL,