Commit 4733d984 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Updating to new admin ui


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@300 b35dd754-fafc-0310-a699-88a17e54d16e
parent 572c1555
......@@ -68,7 +68,7 @@
%>
<table cellpadding="3" cellspacing="1" border="0" width="600">
<tr><td colspan="8">
<tr><td colspan="1">
Below is the list of system administrators of the Multi-User Chat service. System administrators can
enter any groupchat room and their permissions are the same as the room owner.</td></tr>
</table>
......@@ -76,7 +76,7 @@ enter any groupchat room and their permissions are the same as the room owner.</
<table cellpadding="3" cellspacing="1" border="0" width="600">
<tr class="tableHeader"><td colspan="8" align="left">User Summary</td></tr>
<tr><td colspan="8" class="text">
<tr><td colspan="1" class="text">
Total Users: <%= userCount %>.
<% if (numPages > 1) { %>
......@@ -87,7 +87,7 @@ Total Users: <%= userCount %>.
<% if (numPages > 1) { %>
<tr><td colspan="8" class="text">
<tr><td colspan="1" class="text">
Pages:
[
<% for (int pageIndex=0; pageIndex<numPages; pageIndex++) {
......@@ -121,6 +121,7 @@ Total Users: <%= userCount %>.
<% } %>
<table class="jive-table" cellpadding="3" cellspacing="1" border="0" width="400">
<tr>
<th nowrap align="left">User</th>
......@@ -146,7 +147,7 @@ Total Users: <%= userCount %>.
userJID = (String)users.next();
i++;
%>
<tr class="jive-<%= (((i%2)==0) ? "even" : "odd") %>">
<tr>
<td width="90%" align="left">
<%= userJID %>
</td>
......@@ -161,7 +162,6 @@ Total Users: <%= userCount %>.
}
%>
</table>
</div>
<% if (numPages > 1) { %>
<p>
......
......@@ -54,13 +54,9 @@
Settings saved successfully.
</p>
</c:if>
<form action="session-settings.jsp" method="post">
<table cellpadding="3" cellspacing="1" border="0" width="600">
<form action="session-settings.jsp" method="post">
<tr><td colspan=3 class="text">
By default, anonymous logins are disabled. Enabling them would allow guests
without accounts to join the server. To enable this, choose
"enable" below.
......
......@@ -110,7 +110,7 @@ Maximum Allowable Sessions: <%= maxSession %>
</p>
<% } %>
<table cellpadding="3" cellspacing="1" border="0" width="600">
<table cellpadding="3" cellspacing="1" border="0" width="600">
<tr class="tableHeader"><td colspan="8" align="left">Current Sessions</td></tr>
<tr><td colspan="8" class="text">
Below is a list of sessions on this server.
......@@ -119,9 +119,9 @@ Below is a list of sessions on this server.
</table>
<table class="box" cellpadding="3" cellspacing="1" border="0" width="600">
<table class="jive-table" cellpadding="3" cellspacing="1" border="0" width="600">
<tr class="tableHeaderBlue">
<tr>
<th>&nbsp;</th>
<th>Name</th>
<th>Resource</th>
......@@ -139,7 +139,7 @@ Below is a list of sessions on this server.
if (!sessions.hasNext()) {
%>
<tr>
<td colspan="6">
<td colspan="8">
No Sessions
......
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