FET Forum

FET Support (English) => General Stuff => Topic started by: ygoldblatt on December 06, 2023, 08:30:34 AM

Title: Printing Teacher Free no frills
Post by: ygoldblatt on December 06, 2023, 08:30:34 AM
Is there a way to print the HTM of teacher's free periods without the commentary - "Big Gaps" etc - just when each teacher is free?
Title: Re: Printing Teacher Free no frills
Post by: Liviu Lalescu on December 06, 2023, 11:33:34 AM
I am not sure - Volker knows this part.

If there is no way, and if we cannot add this option in the official FET, I could do a customization.
Title: Re: Printing Teacher Free no frills
Post by: Volker Dirr on December 06, 2023, 02:21:43 PM
Not from the interface, but if you use the exported html tables, then it is possible.

You need to open the css file and search for this:
div.TEACHER_HAS_BIG_GAP {
  color: silver;
}

Modify it like this:
div.TEACHER_HAS_BIG_GAP {
  display: none;
}

Save the css file, open the html file with a webbrowser and print.