Main Menu

Advice Messages

Started by Bobby Wise, January 13, 2009, 09:27:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bobby Wise

When you print the Free Periods with less detail, would it not be possible to leave out the adive messages completely?

Volker Dirr

Hallo,

i am not sure if i understand your request 100%.

please do this:

open the the stylesheet.css file of timetable in the results directory.

search this lines:


/* Style the teachers free periods */

div.DESCRIPTION {
 text-align: left;
 font-size: smaller;
}


please add (or replace) a display:none; command.

so it should look like this:

/* Style the teachers free periods */

div.DESCRIPTION {
 text-align: left;
 font-size: smaller;
 display:none;
}


save the css file and reload the teachers' free periods table.

do you want that?

Bobby Wise

Hi Volker,

What I mean is all the advice messages like:
Must come earlier
Single gap
Border gap
Big gap

I feel it is good that they are included in the free periods detailed timetable but I would prefer if the free periods less detailed timetable only showed the teacher codes.

Thanks & cheers

Volker Dirr

ok. then i understood correct. please just do what i wrote.

Bobby Wise

Thanks Volker everything works fine. But I am suggesting that when the different timetables get compiled then leave out those messages when the Less Detailed Free Period Timetable gets compiled so that it is not neccessary to make the alterations you mentioned.

Sorry if I'm been persistant but you already have a Detailed Free Period Timetable with all the messages, surely Less Detailed doesn't need them.

Liviu Lalescu

The less detailed does not contain "not available" and "must come much earlier" and some other categories (Volker can tell you better). The tables are not identical. Somebody might use the less detailed table as it is.

So, I would prefer to keep the present state.

Bobby Wise