From afafd90e13d01d3552fd005b276020a5f960ce6c Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 15 Dec 2011 20:08:06 +0000 Subject: [PATCH] NIHVIVO-3514 --- .../templates/freemarker/body/partials/browse-classgroups.ftl | 2 +- .../freemarker/body/partials/classgroups-checkForData.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl b/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl index b2179fd93..ceec3903c 100644 --- a/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl +++ b/webapp/web/templates/freemarker/body/partials/browse-classgroups.ftl @@ -77,7 +77,7 @@ ${stylesheets.add(' --> -

There is currently no content in the system

+

There is currently no content in the system, or you need to create class groups and assign your classes to them.

<#if user.loggedIn> <#if user.hasSiteAdminAccess> diff --git a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl index 19c32a771..51fe77fe2 100644 --- a/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl +++ b/webapp/web/templates/freemarker/body/partials/classgroups-checkForData.ftl @@ -28,7 +28,7 @@ -

There is currently no content in the system

+

There is currently no content in the system, or you need to create class groups and assign your classes to them.

<#if user.loggedIn && user.hasSiteAdminAccess>

You can add content and manage this site from the Site Administration page.