HTML and CSS files of FET

Started by vg, May 02, 2014, 01:26:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vg

Hey,

where are the HTML and CSS files of FET? I want to improve them but I couldn't find it yet in the source.

--vg

Volker Dirr

you don't need to read each file yourself. every good editor and ide has an option called "find" or "find in files". also every os as a "find" or "search" option. simply add a html tag or a css line and seach. so just a few files are left then. then it is easy to see that timetableexport.cpp is the needed file.

vg

Thanks! I didn't didn't suspect that the code is "packed" in the C++ file.