From 70647e98fbb45602b87d1d7189c434c8a5f5e0db Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 8 Jan 2001 17:59:14 +0000 Subject: [PATCH] minor display cleanup --- calendar/templates/default/mini_cal.tpl | 18 +++++------------- calendar/templates/default/mini_day.tpl | 4 ++++ calendar/templates/default/mini_week.tpl | 5 +++++ 3 files changed, 14 insertions(+), 13 deletions(-) create mode 100755 calendar/templates/default/mini_day.tpl create mode 100755 calendar/templates/default/mini_week.tpl diff --git a/calendar/templates/default/mini_cal.tpl b/calendar/templates/default/mini_cal.tpl index 0f7aef598c..f00288aacb 100755 --- a/calendar/templates/default/mini_cal.tpl +++ b/calendar/templates/default/mini_cal.tpl @@ -1,3 +1,5 @@ + + @@ -6,21 +8,11 @@
{month}
- - {daynames} - - {display_monthweek} + {daynames} + {display_monthweek}
+ - - {dayname} - - - - - {monthweek_day} - - diff --git a/calendar/templates/default/mini_day.tpl b/calendar/templates/default/mini_day.tpl new file mode 100755 index 0000000000..5b13bf6279 --- /dev/null +++ b/calendar/templates/default/mini_day.tpl @@ -0,0 +1,4 @@ + + + {dayname} + diff --git a/calendar/templates/default/mini_week.tpl b/calendar/templates/default/mini_week.tpl new file mode 100755 index 0000000000..5625f51e29 --- /dev/null +++ b/calendar/templates/default/mini_week.tpl @@ -0,0 +1,5 @@ + + + {monthweek_day} + +