aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-22 07:51:33 +0100
commit7df781679a88075535142b42190b7635331b128b (patch)
treecf4bd09647d0619d9e1f1f92c6c7a10328847360 /timepollhead.rb
parentc339278dca54fa55767ad559c5656d41e56daf7e (diff)
better css (fixes opera issue partially)
validated
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index 12d8a06..d75e0cb 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -276,7 +276,7 @@ END
###########################
ret += "<div style='min-height: 13em' >"
if col_size > 0
- ret += "<table><tr>"
+ ret += "<table class='calendarday' summary='The concrete timeslot'><tr>"
head_count("%Y-%m",true).each{|title,count|
year,month = title.split("-").collect{|e| e.to_i}
@@ -302,7 +302,7 @@ END
klasse = "disabled" if timestamp < TimeString.now
klasse = "choosen" if @data.include?(timestamp)
ret += <<END
-<td class='calendarday'>
+<td>
<form method='post' action="">
<div>
<!--Timestamp: #{timestamp} -->