add teachers_time_horizontal_without subject.html

Started by Silver, July 19, 2010, 12:43:29 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Silver

i hope you can add teachers_time_horizontal.html without subject To make the table a small and easy to print.

regards

Volker Dirr

go into the fet results directory.
open the css file with an editor (stylesheet file).
search this line:
Quotespan.subject {

}

modify it by adding one line like this:
Quotespan.subject {
  display:none;
}

save the file. reload the html file and print.

Silver


Silver


Silver

Dear volker
i hope you can make the default code like:
span.subject {
/*  display:none;*/
}

span.activitytag {
/*  display:none;*/
}


for the simle user.

regards