Hello,
I'm trying to reduce the size of the html timetables. For this, i would like to change two things:
1) in teachers timetables, when a teacher teaches the activity alone, his name is not printed. However, if he/she has a co-teacher, then both teachers' names are printed, making the shell too wide. How can i skip printing the names?
2) in teachers timetables, when a specific classroom is used, it is printed in the shell. How can i skip it?
I've read the instructions here, but i couldn't find the way to do it (shouldn't be there a span for the teachers field, so that i ask not to print it?)
Thank you for your time
Hello,
Volker knows better than me. However, I am attaching the modified CSS file. I generated with HTML level 7 (colors) - I think it works for level >= 3. Use a diff program like KDiff3 to see what I did.
This seems to be a solution, indead. Thank you!
You're welcome! :)
Could you also please tell me,
Is there a way to skip printing the same information as above when printing through the fet's interface?
No, unfortunately Volker did not design this. It might be possible as a customization.
Ok, thanks!
Thinking some more, it might be a great idea to be added in the official FET, I think. We might make it, if Volker agrees with me.
That would be nice!
The problem is that QTextducument doesn't support all html and css features. So it might be a bit more complicated. Only adding a few additional css information by the interface might not work.
No, Volker, just add a Boolean like for tags, and modify the export code.
Look like there are many places that must be modified in that case.
hmm... let me think a bit.
We implemented it and I hope it will be ready as a new official version in 1-2 days. Stay tuned.
Hello,
@xtzetzias ,
The new version is ready, with this new feature (hopefully implemented correctly, because it was done by me, not by Volker, who is the main author of the timetables export/print).
Thank you for the good suggestion!
It seems to work fine. Thank you!