diff --git a/web/format/manage_conf.jsp b/web/format/manage_conf.jsp
index e113d9e..a73640b 100644
--- a/web/format/manage_conf.jsp
+++ b/web/format/manage_conf.jsp
@@ -52,6 +52,17 @@
entire conference as read (fixseen)
+<% if (data.displayInviteSection()) { %>
+ <% if (rdat.useHTMLComments()) { %><% } %>
+ <% rdat.writeContentHeader(out,"Send Invitation",null); %>
+ <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
+ You may send an invitation via E-mail to outside individuals to join this community and
+ read this conference.
+ ">Click here to
+ send an invitation
+
+<% } // end if %>
+
<% if (data.displayAdminSection()) { %>
<% if (rdat.useHTMLComments()) { %><% } %>
<% rdat.writeContentHeader(out,"Host Tools",null); %>
diff --git a/web/format/manage_topic.jsp b/web/format/manage_topic.jsp
index 6d5835d..aac046e 100644
--- a/web/format/manage_topic.jsp
+++ b/web/format/manage_topic.jsp
@@ -44,9 +44,21 @@
posts to that topic via E-mail.
">Click Here
to Start Subscribing To This Topic
+ <% } // end if %>
+
+ <% if (data.displayInviteSection()) { %>
+ <% if (rdat.useHTMLComments()) { %><% } %>
+ <% rdat.writeContentHeader(out,"Send Invitation",null); %>
+ <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
+ You may send an invitation via E-mail to outside individuals to join this community and
+ read this topic in the conference.
+ ">Click here to
+ send an invitation
+
<% } // end if %>
-
- Filtered Users:
+
+ <% if (rdat.useHTMLComments()) { %><% } %>
+ <% rdat.writeContentHeader(out,"Filtered Users",null); %>
<% if (data.getNumBozos()>0) { %>
<% Iterator it = data.getBozosIterator(); %>