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