Size of graphics

Found a bug? Tell us!!
Post Reply
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Size of graphics

Post by frodeste »

plugin_calendar.tpl is missing info about the size of the arrows used in the calendar. I see this causes trouble for some browerses (although it definently shouldn't)

A diff:
5c5
< <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" height="12" width="16" 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"}" style="border: 0px" /></a>
15,16c15
< <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" height="12"
< width="16" 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"}" style="border: 0px" /></a>


This seems to fix the problems I had.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Size of graphics

Post by garvinhicking »

Thanks a lot for this great tip! Indeed it was responsible for wrong resizing of the images in IE. I just fixed all templates in SVN and CVS!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Re: Size of graphics

Post by frodeste »

garvinhicking wrote:Thanks a lot for this great tip! Indeed it was responsible for wrong resizing of the images in IE. I just fixed all templates in SVN and CVS!

Regards,
Garvin
Glad I could help :)
Post Reply