Commit 57c49bf2 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Fixed a few things


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@869 b35dd754-fafc-0310-a699-88a17e54d16e
parent 76ef0daa
...@@ -121,6 +121,10 @@ ...@@ -121,6 +121,10 @@
} }
} }
} }
if (errors.size() == 0) {
showGroup = "everybody";
}
%> %>
<jsp:useBean id="pageinfo" scope="request" class="org.jivesoftware.admin.AdminPageBean"/> <jsp:useBean id="pageinfo" scope="request" class="org.jivesoftware.admin.AdminPageBean"/>
...@@ -159,8 +163,7 @@ ...@@ -159,8 +163,7 @@
<% } %> <% } %>
<p> <p>
You can use the form below to show this group in users' rosters. Select from one of three options Use the form below to create a group.
for who should see this group in their rosters.
</p> </p>
<form name="f" action="group-create.jsp" method="post"> <form name="f" action="group-create.jsp" method="post">
...@@ -232,6 +235,11 @@ for who should see this group in their rosters. ...@@ -232,6 +235,11 @@ for who should see this group in their rosters.
<br> <br>
<p><b>Shared Roster Groups</b></p> <p><b>Shared Roster Groups</b></p>
<p>
You can use the form below to show this group in users' rosters. Select from one of three
options for who should see this group in their rosters.
</p>
<table cellpadding="3" cellspacing="0" border="0" width="100%"> <table cellpadding="3" cellspacing="0" border="0" width="100%">
<tbody> <tbody>
<tr> <tr>
......
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