Yep, that did the trick!

Thanks,

Robert

> -----Original Message-----
> From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 13, 2003 12:01 AM
> To: 'Jetspeed Users List'
> Subject: RE: Question on Portlet right margin - aligns with customize
> button
>
>
>
> I'm sorry I must have missed your first mail D.J.
>
> Indeed, if using 1.4b3 or 1.4b4 and Velocity templates (default one), this
> was a bug I noticed too.
> First, it is fixed on current CVS with velocity, so hopefully
> 1.4b5 will be
> ok (I'll check this).
>
> Then, if you want a fast fix for 1.4b3/b4, edit this template :
>
> WEB-INF\templates\vm\controls\html\jetspeed.vm, line 51
>
> remove the extra width="100%" which is causing the bug with most
> portlets :
>
> <td align="left" nowrap="true" valign="middle" width="100%" #if
> (${skin.TitleStyleClass}) class="${skin.TitleStyleClass}" #end #if
> (${titlestyle}) style="${titlestyle}" #end>
>
> to
>
> <td align="left" nowrap="true" valign="middle" #if
> (${skin.TitleStyleClass})
> class="${skin.TitleStyleClass}" #end #if (${titlestyle})
> style="${titlestyle}" #end>
>
> This will fix your trouble :)
>
> Aurelien
>
> D.S. Johnson a ecrit :
>
> > Robert Keith wrote:
> >
> >> Many of my portlets push the right edge of the portlet box over as
> >> they grow horizontally, but most seem to align with the customize
> >> button instead of the edge of the portlet window.  The
> >> DataBaseBrowser portlet spans the entire portlet correctly.
> >>
> >> Is this a configuration problem of mine or a bug?
> >>
> >> Robert Keith
> >>
> > I have raised this issue before without response, I believe this is a
> > bug.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to