Commit 8696a909 authored by Bill Lynch's avatar Bill Lynch Committed by bill

UI updates


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@444 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1ab4129f
......@@ -84,6 +84,11 @@
<jsp:include page="top.jsp" flush="true" />
<jsp:include page="title.jsp" flush="true" />
<p>
Use the form below to edit group chat service settings. Note, any changes will require
a server restart.
</p>
<% if (success) { %>
<div class="jive-success">
......@@ -113,25 +118,22 @@
<% } %>
<p>
Use the form below to edit group chat service settings.
</p>
<input type="hidden" name="save" value="true">
<div>
<table class="jive-table" cellpadding="3" cellspacing="1" border="0">
<form action="muc-server-props-edit-form.jsp" method="post">
<tr>
<fieldset>
<legend>Set Conflict Policy</legend>
<div>
<table cellpadding="3" cellspacing="0" border="0">
<form action="muc-server-props-edit-form.jsp" method="post">
<tr>
<td class="c1">
Server name:
</td>
<td>
<%= name %>
</td>
</tr>
<tr>
</tr>
<tr>
<td class="c1">
Group chat service name:
</td>
......@@ -146,14 +148,14 @@ Use the form below to edit group chat service settings.
<% } %>
</td>
</tr>
</table>
</div>
</tr>
</table>
</div>
</fieldset>
<br>
<input type="submit" name="save" value="Save Properties">
<input type="submit" name="cancel" value="Cancel">
</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