Commit 5dfa8ec2 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Minor


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@388 b35dd754-fafc-0310-a699-88a17e54d16e
parent 511c4825
......@@ -73,7 +73,7 @@
pageinfo.setTitle(title);
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb("Main", "index.jsp"));
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "session-details.jsp"));
pageinfo.setSubPageID("session-summary");
pageinfo.setPageID("session-summary");
%>
<jsp:include page="top.jsp" flush="true" />
<jsp:include page="title.jsp" flush="true" />
......@@ -309,11 +309,11 @@ user <b><%= address.getName() %></b> has multiple sessions open, they will appea
<form action="session-details.jsp">
<input type="hidden" name="jid" value="<%= jid %>">
<center>
<% if (!isAnonymous && presenceManager.isAvailable(user)) { %>
<input type="submit" name="message" value="Message this Session">
<% } %>
<%--<% if (!isAnonymous && presenceManager.isAvailable(user)) { %>--%>
<%----%>
<%-- <input type="submit" name="message" value="Message this Session">--%>
<%----%>
<%--<% } %>--%>
<input type="submit" name="back" value="Back to Summary">
</center>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment