Finished working on the thumbnail preview page and updated the style sheets with the necessary style elements.

svn: r18091
This commit is contained in:
Rob G. Healey
2011-08-31 02:06:59 +00:00
parent cde4bb16d5
commit 95a292f344
12 changed files with 418 additions and 61 deletions

View File

@@ -625,7 +625,7 @@ class WebCalReport(Report):
th_txt = '%s %04d' % (month_name, year)
# begin calendar table and table head
with Html("table", class_ = "calendar", id = month_name) as table:
with Html("table", class_ ="calendar", id = month_name) as table:
thead = Html("thead")
table += thead