Thursday 11 February 2010 3:04:35 am
Two and a half years later and I'm back in the same place. ezimage.tpl has the following:
<code>
{if $border_size|trim|ne('')}
{set $inline_style = concat( $inline_style, 'border: ', $border_size, 'px ', $border_style, ' ', $border_color, ';' )}
{/if} </code> Has the following:<code>$border_size, $border_style, $border_color</code> Shouldn't they all be in the 'insert image' dialogue? It looks to me like user border parameters got added at some previous stage, and then half dropped. I'm not a great believer in letting the editors muck around with the layout to that extent - I'd rather just have a border:yes|no option, and sort it out in the stylesheet - but this is just silly.
Paul Bolger
|