From a57f2fe1e31f4068f60bcee2cf1b58f8090962c9 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Sun, 10 Feb 2002 05:08:11 +0000 Subject: [PATCH] Set row attribute of day-name header for additional control over css formatting. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1970 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/Calendar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/Calendar.php b/lib/plugin/Calendar.php index 36543f38d..5fd2a5638 100644 --- a/lib/plugin/Calendar.php +++ b/lib/plugin/Calendar.php @@ -1,5 +1,5 @@ args['wday_format']; $row = HTML::tr(); + $row->setattr('class', 'cal-dayname'); for ($i = 0; $i < 7; $i++) { $row->pushContent(HTML::td(array('class' => 'cal-dayname', 'align' => 'center'), -- 2.45.0