FET Forum

FET Development => Suggestions => Topic started by: Bobby Wise on January 13, 2009, 09:27:12 AM

Title: Advice Messages
Post by: Bobby Wise on January 13, 2009, 09:27:12 AM
When you print the Free Periods with less detail, would it not be possible to leave out the adive messages completely?
Title: Re: Advice Messages
Post by: Volker Dirr on January 13, 2009, 09:24:09 PM
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?
Title: Re: Advice Messages
Post by: Bobby Wise on January 14, 2009, 09:56:45 AM
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
Title: Re: Advice Messages
Post by: Volker Dirr on January 14, 2009, 05:50:53 PM
ok. then i understood correct. please just do what i wrote.
Title: Re: Advice Messages
Post by: Bobby Wise on January 15, 2009, 06:18:22 AM
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.
Title: Re: Advice Messages
Post by: Liviu Lalescu on January 15, 2009, 06:44:12 AM
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.
Title: Re: Advice Messages
Post by: Bobby Wise on January 15, 2009, 06:50:53 AM
Thanks Liviu