----- Original Message -----
From: "Weaver, Scott" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Friday, July 05, 2002 4:30 PM
Subject: RE: How can I remove the "close"- Button in a Portlet ?
> > you have to remove it directly in the jetspeed*.vm in
> > C:\tomcat\webapps\jetspeed\WEB-INF\templates\vm\controls\
> > look for
> > #foreach ( $action in $actions )
> > <a href="${action.Link}" title="${action.Name}"><img
> > src="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
> > #end
> >
> Won't removing this template code remove ALL your actions from the portlet
> control? I would try this to make it more selective.
>
> #foreach ( $action in $actions )
> #if(!$action.Name == "close")
> <a href="${action.Link}" title="${action.Name}"><img
> src="images/${action.Name}.gif" alt="${action.Name}" border="0"></a>
> #end
> #end
>
>
> Scott
mayby you can check a group or role of users too to make this thing applies
on that only
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>