Commit 6415d780 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Cleaned up nowraps


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1033 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4f2e9be0
......@@ -274,7 +274,7 @@
<table cellpadding="3" cellspacing="1" border="0">
<tr>
<td width="1%">
<td width="1%" nowrap>
<fmt:message key="group.edit.group_name" />
</td>
<% if(!edit) { %>
......@@ -295,7 +295,7 @@
<% } %>
</tr>
<tr>
<td width="1%">
<td width="1%" nowrap>
<fmt:message key="group.edit.group_description" />
</td>
<% if(!edit) { %>
......@@ -450,7 +450,9 @@
<input type="hidden" name="group" value="<%= groupName %>">
<table class="jive-table" cellpadding="3" cellspacing="0" border="0" width="600">
<tr>
<th><fmt:message key="group.edit.username" /></th><th width="1%"><fmt:message key="group.edit.admin" /></th><th width="1%"><fmt:message key="group.edit.remove" /></th>
<th nowrap><fmt:message key="group.edit.username" /></th>
<th width="1%" nowrap><fmt:message key="group.edit.admin" /></th>
<th width="1%" nowrap><fmt:message key="group.edit.remove" /></th>
</tr>
<!-- Add admins first -->
<%
......
......@@ -100,11 +100,11 @@
<thead>
<tr>
<th>&nbsp;</th>
<th><fmt:message key="group.summary.page_name" /></th>
<th><fmt:message key="group.summary.page_member" /></th>
<th><fmt:message key="group.summary.page_admin" /></th>
<th><fmt:message key="group.summary.page_edit" /></th>
<th><fmt:message key="group.summary.page_delete" /></th>
<th nowrap><fmt:message key="group.summary.page_name" /></th>
<th nowrap><fmt:message key="group.summary.page_member" /></th>
<th nowrap><fmt:message key="group.summary.page_admin" /></th>
<th nowrap><fmt:message key="group.summary.page_edit" /></th>
<th nowrap><fmt:message key="group.summary.page_delete" /></th>
</tr>
</thead>
<tbody>
......
......@@ -108,12 +108,12 @@
<thead>
<tr>
<th>&nbsp;</th>
<th><fmt:message key="muc.room.summary.room" /></th>
<th><fmt:message key="muc.room.summary.description" /></th>
<th><fmt:message key="muc.room.summary.persistent" /></th>
<th><fmt:message key="muc.room.summary.users" /></th>
<th><fmt:message key="muc.room.summary.edit" /></th>
<th><fmt:message key="muc.room.summary.destroy" /></th>
<th nowrap><fmt:message key="muc.room.summary.room" /></th>
<th nowrap><fmt:message key="muc.room.summary.description" /></th>
<th nowrap><fmt:message key="muc.room.summary.persistent" /></th>
<th nowrap><fmt:message key="muc.room.summary.users" /></th>
<th nowrap><fmt:message key="muc.room.summary.edit" /></th>
<th nowrap><fmt:message key="muc.room.summary.destroy" /></th>
</tr>
</thead>
<tbody>
......
......@@ -127,7 +127,7 @@
<thead>
<tr>
<th width="99%"><fmt:message key="groupchat.admins.column_user" /></th>
<th width="1%"><fmt:message key="groupchat.admins.column_remove" /></th>
<th width="1%" nowrap><fmt:message key="groupchat.admins.column_remove" /></th>
</tr>
</thead>
<tbody>
......
......@@ -117,8 +117,8 @@
<thead>
<tr>
<th>&nbsp;</th>
<th><fmt:message key="session.details.name" /></th>
<th><fmt:message key="session.details.resource" /></th>
<th nowrap><fmt:message key="session.details.name" /></th>
<th nowrap><fmt:message key="session.details.resource" /></th>
<th nowrap colspan="2"><fmt:message key="session.details.status" /></th>
<th nowrap colspan="2"><fmt:message key="session.details.presence" /></th>
<th nowrap><fmt:message key="session.details.clientip" /></th>
......
......@@ -107,12 +107,12 @@
<thead>
<tr>
<th>&nbsp;</th>
<th><fmt:message key="session.details.online" /></th>
<th><fmt:message key="user.create.username" /></th>
<th><fmt:message key="user.create.name" /></th>
<th><fmt:message key="User.Summary.created" /></th>
<th><fmt:message key="User.Summary.edit" /></th>
<th><fmt:message key="User.Summary.delete" /></th>
<th nowrap><fmt:message key="session.details.online" /></th>
<th nowrap><fmt:message key="user.create.username" /></th>
<th nowrap><fmt:message key="user.create.name" /></th>
<th nowrap><fmt:message key="User.Summary.created" /></th>
<th nowrap><fmt:message key="User.Summary.edit" /></th>
<th nowrap><fmt:message key="User.Summary.delete" /></th>
</tr>
</thead>
<tbody>
......
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