You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Tomba Rakesh <to...@yahoo.com> on 2005/06/22 08:08:36 UTC

Change Portlet Mode icon to text link. HELP!

Hi All
 
By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
 
 
 
Regards
Rakesh

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Change Portlet Mode icon to text link. HELP!

Posted by Martin Dulisch <md...@gmail.com>.
Have a look at the decorator.vm template in this directory:
portal\src\webapp\WEB-INF\decorations\portlet\html\tigris

There you can change the portlet title bar.

Martin


On 6/22/05, Tomba Rakesh <to...@yahoo.com> wrote:
> Hi All
>  
> By default windows state and portlet mode are displayed as link icon, is it
> possible to change it to text link.
>  
>  
>  
> Regards
> Rakesh
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Change Portlet Mode icon to text link. HELP!

Posted by Tomba Rakesh <to...@yahoo.com>.
Thanks James it works...
 
Regards
Rakesh

James Liao <ji...@gmail.com> wrote:
%TOMCAT_HOME%/webapps/jetspeed/WEB-INF/templates/layout/html/columns/layout.vm

On 6/22/05, Tomba Rakesh wrote:
> Hi James
> 
> I have one more question...
> 
> I could change those portlet modes to text link.
> 
> For page configuration there are two link icons "edit and help" on right-top of the page, for this where to make the changes.
> 
> regards
> Rakesh
> 
> 
> Tomba Rakesh wrote:
> Hi James
> 
> Thanks ... it is working...
> 
> Thanks a lot once again
> 
> Regards
> Rakesh
> 
> James Liao wrote:
> Hi,
> You can modify decorator.vm in
> %TOMCAT_HOME%/webapps/jetspeed/WEB-INF/decorations/portlet/html/one you specified in PSML>/
> 
> Try to locate the following line:
> 
> #foreach ($action in $actions)
> 
> src="${action.Link}" alt="${action.Alt}" border="0">
> 
> #end
> 
> Change to the one you like.
> 
> - James Liao
> 
> On 6/22/05, Tomba Rakesh wrote:
> > Hi All
> >
> > By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
> >
> >
> >
> > Regards
> > Rakesh
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 
> 
> 
> ---------------------------------
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour
> 
> ---------------------------------
> Yahoo! Mail Mobile
> Take Yahoo! Mail with you! Check email on your mobile phone.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Change Portlet Mode icon to text link. HELP!

Posted by James Liao <ji...@gmail.com>.
%TOMCAT_HOME%/webapps/jetspeed/WEB-INF/templates/layout/html/columns/layout.vm

On 6/22/05, Tomba Rakesh <to...@yahoo.com> wrote:
> Hi James
> 
> I have one more question...
> 
> I could change those portlet modes to text link.
> 
> For page configuration there are two link icons "edit and help" on right-top of the page, for this where to make the changes.
> 
> regards
> Rakesh
> 
> 
> Tomba Rakesh <to...@yahoo.com> wrote:
> Hi James
> 
> Thanks ... it is working...
> 
> Thanks a lot once again
> 
> Regards
> Rakesh
> 
> James Liao wrote:
> Hi,
> You can modify decorator.vm in
> %TOMCAT_HOME%/webapps/jetspeed/WEB-INF/decorations/portlet/html/one you specified in PSML>/
> 
> Try to locate the following line:
> 
> #foreach ($action in $actions)
> 
> src="${action.Link}" alt="${action.Alt}" border="0">
> 
> #end
> 
> Change to the one you like.
> 
> - James Liao
> 
> On 6/22/05, Tomba Rakesh wrote:
> > Hi All
> >
> > By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
> >
> >
> >
> > Regards
> > Rakesh
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 
> 
> 
> ---------------------------------
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour
> 
> ---------------------------------
> Yahoo! Mail Mobile
>  Take Yahoo! Mail with you! Check email on your mobile phone.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Change Portlet Mode icon to text link. HELP!

Posted by Tomba Rakesh <to...@yahoo.com>.
Hi James
 
I have one more question...
 
I could change those portlet modes to text link. 
 
For page configuration there are two link icons "edit and help" on right-top of the page, for this where to make the changes.
 
regards
Rakesh
 

Tomba Rakesh <to...@yahoo.com> wrote:
Hi James

Thanks ... it is working...

Thanks a lot once again

Regards
Rakesh

James Liao wrote:
Hi,
You can modify decorator.vm in
%TOMCAT_HOME%/webapps/jetspeed/WEB-INF/decorations/portlet/html/one you specified in PSML>/

Try to locate the following line:

#foreach ($action in $actions)

src="${action.Link}" alt="${action.Alt}" border="0">

#end

Change to the one you like.

- James Liao

On 6/22/05, Tomba Rakesh wrote:
> Hi All
> 
> By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
> 
> 
> 
> Regards
> Rakesh
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org



---------------------------------
Yahoo! Mail
Stay connected, organized, and protected. Take the tour
		
---------------------------------
Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.

Re: Change Portlet Mode icon to text link. HELP!

Posted by Tomba Rakesh <to...@yahoo.com>.
Hi James
 
Thanks ... it is working...
 
Thanks a lot once again
 
Regards
Rakesh

James Liao <ji...@gmail.com> wrote:
Hi,
You can modify decorator.vm in
%TOMCAT_HOME%/webapps/jetspeed/WEB-INF/decorations/portlet/html/one you specified in PSML>/

Try to locate the following line:

#foreach ($action in $actions)

src="${action.Link}" alt="${action.Alt}" border="0">

#end

Change to the one you like.

- James Liao

On 6/22/05, Tomba Rakesh wrote:
> Hi All
> 
> By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
> 
> 
> 
> Regards
> Rakesh
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


		
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour

Re: Change Portlet Mode icon to text link. HELP!

Posted by James Liao <ji...@gmail.com>.
Hi,
You can modify decorator.vm in
%TOMCAT_HOME%/webapps/jetspeed/WEB-INF/decorations/portlet/html/<The
one you specified in PSML>/

Try to locate the following line:

#foreach ($action in $actions)
      <td align="right" valign="middle" class="PTitle" >
      <a href="${action.Action}" title="${action.Name}" ><img
src="${action.Link}" alt="${action.Alt}" border="0"></a>
      <td/>
#end

Change to the one you like.

- James Liao

On 6/22/05, Tomba Rakesh <to...@yahoo.com> wrote:
> Hi All
> 
> By default windows state and portlet mode are displayed as link icon, is it possible to change it to text link.
> 
> 
> 
> Regards
> Rakesh
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org