From b7e3011e67c917f74d1b631f83bc7fb9c4072635 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-rtl/plugin_calendar.tpl | 4 ++-- templates/default/plugin_calendar.tpl | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index d106b90..408735b 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -184,6 +184,10 @@ Version 0.9 () 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-rtl/plugin_calendar.tpl b/templates/default-rtl/plugin_calendar.tpl index 84c325c..1ca6249 100644 --- a/templates/default-rtl/plugin_calendar.tpl +++ b/templates/default-rtl/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} diff --git a/templates/default/plugin_calendar.tpl b/templates/default/plugin_calendar.tpl index 9f3a563..6d129ec 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