]> git.mjollnir.org Git - s9y.git/commitdiff
Use proper calendar image size, bypasses IE resizing problems
authorgarvinhicking <garvinhicking>
Fri, 19 Aug 2005 09:01:26 +0000 (09:01 +0000)
committergarvinhicking <garvinhicking>
Fri, 19 Aug 2005 09:01:26 +0000 (09:01 +0000)
docs/NEWS
templates/default-rtl/plugin_calendar.tpl
templates/default/plugin_calendar.tpl

index d106b90ef7131c2ec40108fa56af180c6db58a2e..408735b03a843fea343756d8e150d116689b101b 100644 (file)
--- 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)
 
index 84c325cf808aa70a63ad697748dd3a8dbc73e5f5..1ca6249160ca78960cbefc5cb80ff240583d57e9 100644 (file)
@@ -2,7 +2,7 @@
     <tr>
         <td class="serendipity_calendarHeader">
 {if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}
-            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/forward.png"}" style="border: 0px" /></a>
+            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/forward.png"}" width="16" height="12" style="border: 0px" /></a>
 {/if}
         </td>
 
@@ -12,7 +12,7 @@
 
         <td class="serendipity_calendarHeader" style="text-align: right">
 {if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}
-            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/back.png"}" style="border: 0px" /></a>
+            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/back.png"}" width="16" height="12" style="border: 0px" /></a>
 {/if}
         </td>
     </tr>
index 9f3a56356906827b4bbbb348354a75ad2910da87..6d129ecca63c1e895acf4c77fd19d39524d69e64 100644 (file)
@@ -2,7 +2,7 @@
     <tr>
         <td class="serendipity_calendarHeader">
 {if $plugin_calendar_head.minScroll le $plugin_calendar_head.month_date}
-            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" style="border: 0px" /></a>
+            <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" width="16" height="12" style="border: 0px" /></a>
 {/if}
         </td>
 
@@ -12,7 +12,7 @@
 
         <td class="serendipity_calendarHeader" style="text-align: right">
 {if $plugin_calendar_head.maxScroll ge $plugin_calendar_head.month_date}
-            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" style="border: 0px" /></a>
+            <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" width="16" height="12" style="border: 0px" /></a>
 {/if}
         </td>
     </tr>