From 6eacf9c3c40fb1b39b23d60ab1d8f8a0ce0d14f7 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 19 Aug 2005 09:01:26 +0000 Subject: [PATCH] Use proper calendar image size, bypasses IE resizing problems --- docs/NEWS | 4 ++++ templates/default/plugin_calendar.tpl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index c6de0bb..2552a2a 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,10 @@ Version 0.8.4 () ------------------------------------------------------------------------ + * Add HTML information about calendar arrows image size to bypass + large sizing in Internet Explorer. Thanks to frodeste from the + Forums! + * Hide title of an entry in the frontend, if entry is draft and not displayed. Fixes Bug #1260667 (garvinhicking) diff --git a/templates/default/plugin_calendar.tpl b/templates/default/plugin_calendar.tpl index 996001a..7fd58a7 100644 --- a/templates/default/plugin_calendar.tpl +++ b/templates/default/plugin_calendar.tpl @@ -2,7 +2,7 @@ {if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date} - {$CONST.BACK} + {$CONST.BACK} {/if} @@ -12,7 +12,7 @@ {if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date} - {$CONST.FORWARD} + {$CONST.FORWARD} {/if} -- 2.39.5