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 @@ ...@@ -84,6 +84,11 @@
<jsp:include page="top.jsp" flush="true" /> <jsp:include page="top.jsp" flush="true" />
<jsp:include page="title.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) { %> <% if (success) { %>
<div class="jive-success"> <div class="jive-success">
...@@ -113,25 +118,22 @@ ...@@ -113,25 +118,22 @@
<% } %> <% } %>
<p>
Use the form below to edit group chat service settings.
</p>
<input type="hidden" name="save" value="true"> <input type="hidden" name="save" value="true">
<div> <fieldset>
<table class="jive-table" cellpadding="3" cellspacing="1" border="0"> <legend>Set Conflict Policy</legend>
<form action="muc-server-props-edit-form.jsp" method="post"> <div>
<tr> <table cellpadding="3" cellspacing="0" border="0">
<form action="muc-server-props-edit-form.jsp" method="post">
<tr>
<td class="c1"> <td class="c1">
Server name: Server name:
</td> </td>
<td> <td>
<%= name %> <%= name %>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="c1"> <td class="c1">
Group chat service name: Group chat service name:
</td> </td>
...@@ -146,14 +148,14 @@ Use the form below to edit group chat service settings. ...@@ -146,14 +148,14 @@ Use the form below to edit group chat service settings.
<% } %> <% } %>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</fieldset>
<br> <br>
<input type="submit" name="save" value="Save Properties"> <input type="submit" name="save" value="Save Properties">
<input type="submit" name="cancel" value="Cancel">
</form> </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