templates/channel_calendar.tmpl
changeset 114 d4848d807fd1
parent 113 9fc0eb751b6a
child 115 751e3fcd11d2
--- a/templates/channel_calendar.tmpl	Wed Feb 11 23:22:13 2009 +0200
+++ b/templates/channel_calendar.tmpl	Wed Feb 11 23:38:05 2009 +0200
@@ -59,8 +59,11 @@
 </table>
 </%def>
 
+<div id="title">${channel.title} :: Calendar for ${h.fmt_month(month)}</div>
+
+<div class="calendar-list">
 ## three months
 ${month_table(h.prev_month(month), is_center=False  )}
 ${month_table(month,               is_center=True   )}
 ${month_table(h.next_month(month), is_center=False  )}
-
+</div>