diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css
index 7a2f951d5..141b88a79 100644
--- a/webapp/web/css/vitro.css
+++ b/webapp/web/css/vitro.css
@@ -63,7 +63,7 @@
padding: .5em;
margin-bottom: 10px;
}
-.rebuildSearchIndex {
+.contentNote {
float: right;
padding: .6em;
background: #ffc;
@@ -71,12 +71,12 @@
-webkit-border-radius: 6px;
border-radius: 6px;
}
-.rebuildSearchIndex h4,
-.rebuildSearchIndex p {
+.contentNote h4,
+.contentNote p {
margin: 0;
padding: 0;
}
-.rebuildSearchIndex p {
+.contentNote p {
font-size: .8em;
}
diff --git a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl
index e397cb9d5..19c32a771 100644
--- a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl
+++ b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl
@@ -14,16 +14,23 @@
<#assign noData = false />
#if>
-<#assign noDataNotification>
- Please log in to manage content.Expecting content?
+<#assign noDataNotification>
+ <#if user.loggedIn>
+ <#if user.authorizedToRebuildSearchIndex>
+
+ Expecting content?
+
+
+ #if>
+ <#else>
+
+
You can add content and manage this site from the Site Administration page.
- #if> - <#else> -Please log in to manage content.
+ <#if user.loggedIn && user.hasSiteAdminAccess> +You can add content and manage this site from the Site Administration page.
#if> #assign> \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/partials/menupage/menupage-checkForData.ftl b/webapp/web/templates/freemarker/body/partials/menupage/menupage-checkForData.ftl index 337f4f436..6661a019e 100644 --- a/webapp/web/templates/freemarker/body/partials/menupage/menupage-checkForData.ftl +++ b/webapp/web/templates/freemarker/body/partials/menupage/menupage-checkForData.ftl @@ -18,15 +18,22 @@ #if> <#assign noDataNotification> -You can add content and manage this site from the Site Administration page.
+ <#if user.authorizedToRebuildSearchIndex> + +Please log in to manage content.
+ +Please log in to manage content.
+ + #if> + +You can add content and manage this site from the Site Administration page.
#if>You can browse all of the public content currently in the system using the index page.