FET Forum

FET Development => Suggestions => Topic started by: Pietro on October 21, 2013, 08:46:17 AM

Title: HTML timetables
Post by: Pietro on October 21, 2013, 08:46:17 AM
Hello Liviu,
I would like to suggest some improvements for the html timetables files.
In detail, in "teachers_time_horizontal" it would be very nice if the teacher names was repeated to the right side of the plan and if the border between different days was thicker.

Thanks for your interest!

Pietro
Title: Re: HTML timetables
Post by: Liviu Lalescu on October 21, 2013, 10:48:27 AM
This is Volker's domain. I'll add this in the TODO, but I don't know if it will be added in the near future.
Title: Re: HTML timetables
Post by: Silver on October 21, 2013, 08:18:24 PM
Quote from: Pietro on October 21, 2013, 08:46:17 AM
Hello Liviu,
I would like to suggest some improvements for the html timetables files.
In detail, in "teachers_time_horizontal" it would be very nice if the teacher names was repeated to the right side of the plan
you can open the page with notepad or gedit, then add :
dir="rtl" after "html" like this :
html dir="rtl"

and if the border between different days was thicker.
see this topic:
http://lalescu.ro/liviu/fet/forum/index.php?topic=1196.msg6777#msg6777

Thanks for your interest!

Pietro