Printing Teacher Free no frills

Started by ygoldblatt, December 06, 2023, 08:30:34 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ygoldblatt

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?

Liviu Lalescu

#1
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.

Volker Dirr

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.