From: garvinhicking Date: Fri, 19 Aug 2005 09:01:26 +0000 (+0000) Subject: Use proper calendar image size, bypasses IE resizing problems X-Git-Tag: 0.9~199 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b7e3011e67c917f74d1b631f83bc7fb9c4072635;p=s9y.git Use proper calendar image size, bypasses IE resizing problems --- 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}