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
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.