Commit 45ffae33 authored by Ryan Graham's avatar Ryan Graham Committed by ryang

improved missing group error message

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2651 b35dd754-fafc-0310-a699-88a17e54d16e
parent 41654162
...@@ -188,6 +188,8 @@ function addEmailContact() { ...@@ -188,6 +188,8 @@ function addEmailContact() {
<legend>Registration Settings</legend> <legend>Registration Settings</legend>
<div> <div>
<p>Enable registration features using the checkboxes below.</p>
<% if (ParamUtils.getBooleanParameter(request, "settingsSaved")) { %> <% if (ParamUtils.getBooleanParameter(request, "settingsSaved")) { %>
<div class="jive-success"> <div class="jive-success">
...@@ -210,7 +212,7 @@ function addEmailContact() { ...@@ -210,7 +212,7 @@ function addEmailContact() {
<tbody> <tbody>
<tr> <tr>
<td class="jive-icon"><img src="images/error-16x16.gif" width="16" height="16" border="0"></td> <td class="jive-icon"><img src="images/error-16x16.gif" width="16" height="16" border="0"></td>
<td class="jive-icon-label">Please enter and save a valid group name before enabling automatic group adding.</td> <td class="jive-icon-label">Please enter and save a valid group name in the Default Group section at the bottom of this page before enabling automatic group adding.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
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