You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "aswanikumar v (JIRA)" <ji...@apache.org> on 2010/05/06 12:16:49 UTC

[jira] Issue Comment Edited: (PLUTO-592) Logout link is not working

    [ https://issues.apache.org/jira/browse/PLUTO-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864718#action_12864718 ] 

aswanikumar v edited comment on PLUTO-592 at 5/6/10 6:16 AM:
-------------------------------------------------------------

changed to minor

      was (Author: aswanikumar):
    changed to minro
  
> Logout  link is not working
> ---------------------------
>
>                 Key: PLUTO-592
>                 URL: https://issues.apache.org/jira/browse/PLUTO-592
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 1.1.7
>         Environment: Ubuntu Linux , FireFox 1.0.10
>            Reporter: aswanikumar v
>            Priority: Minor
>             Fix For: 1.1.7
>
>
> I am using the Fire Fox version 3.0.10 , and pluto version 1.1.7 .
> the logout link is not working , the logout is showing as a plain text (not a link) , when i checked the pluto-default-theme.jsp
> file the code
> <div id="logout">
>         <a href="<c:url value='/Logout'/>">Logout</a>
>     </div>
> in pluto.css file
> #logout {
>   float:right;
>   font-size:smaller;
> }
> when i removed float:right ; the user found the link and if he clicks he is successfully logged out.
> i  replaced the  <div id="logout"> with   <a href="/pluto/Logout" style="left:1000px;font-size:smaller;position:relative;">Logout</a>.
> thank you
> Aswani 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.