Commit 2bb66364 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added space between number of connected items and the paragraph below.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3662 b35dd754-fafc-0310-a699-88a17e54d16e
parent a01c8060
......@@ -9,14 +9,18 @@
- a copy of which is included in this distribution.
--%>
<%@ page import="org.jivesoftware.util.*,
java.util.*,
org.jivesoftware.wildfire.*,
java.util.Date,
java.net.URLEncoder,
org.jivesoftware.wildfire.component.ComponentSession"
<%@ page import="org.jivesoftware.util.JiveGlobals,
org.jivesoftware.util.ParamUtils,
org.jivesoftware.wildfire.Session,
org.jivesoftware.wildfire.SessionManager,
org.jivesoftware.wildfire.component.ComponentSession,
java.net.URLEncoder"
errorPage="error.jsp"
%>
<%@ page import="java.util.ArrayList"%>
<%@ page import="java.util.Calendar"%>
<%@ page import="java.util.Collection"%>
<%@ page import="java.util.Date"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
......@@ -84,6 +88,7 @@
<% } %>
<p>
<fmt:message key="component.session.summary.active" />: <b><%= sessions.size() %></b>
<% if (numPages > 1) { %>
......@@ -102,6 +107,7 @@
<% } %>
</select>
</p>
<% if (numPages > 1) { %>
......
......@@ -8,13 +8,11 @@
- a copy of which is included in this distribution.
--%>
<%@ page import="org.jivesoftware.util.*,
java.util.*,
org.jivesoftware.wildfire.*,
java.util.Date,
org.jivesoftware.admin.*,
org.jivesoftware.wildfire.server.IncomingServerSession,
org.jivesoftware.wildfire.server.OutgoingServerSession"
<%@ page import="org.jivesoftware.util.ParamUtils,
org.jivesoftware.wildfire.Session,
org.jivesoftware.wildfire.SessionManager,
org.jivesoftware.wildfire.server.OutgoingServerSession,
java.util.*"
errorPage="error.jsp"
%>
......@@ -95,6 +93,7 @@
<% } %>
<p>
<fmt:message key="server.session.summary.active" />: <b><%= hostnames.size() %></b>
<% if (numPages > 1) { %>
......@@ -113,6 +112,7 @@
<% } %>
</select>
</p>
<% if (numPages > 1) { %>
......
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