When you print the Free Periods with less detail, would it not be possible to leave out the adive messages completely?
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?
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
ok. then i understood correct. please just do what i wrote.
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.
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.
Thanks Liviu