Page 1 of 1

Size of graphics

Posted: Fri Aug 19, 2005 12:07 pm
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.

Re: Size of graphics

Posted: Fri Aug 19, 2005 1:06 pm
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

Re: Size of graphics

Posted: Sat Aug 20, 2005 10:40 pm
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 :)