NIHVIVO-3514
This commit is contained in:
parent
77c49f7c65
commit
afafd90e13
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/browseClassGrou
|
||||||
<#else>
|
<#else>
|
||||||
<#-- Would be nice to update classgroups-checkForData.ftl with macro so it could be used here as well -->
|
<#-- Would be nice to update classgroups-checkForData.ftl with macro so it could be used here as well -->
|
||||||
<#-- <#include "classgroups-checkForData.ftl"> -->
|
<#-- <#include "classgroups-checkForData.ftl"> -->
|
||||||
<h3>There is currently no content in the system</h3>
|
<h3>There is currently no content in the system, or you need to create class groups and assign your classes to them.</h3>
|
||||||
|
|
||||||
<#if user.loggedIn>
|
<#if user.loggedIn>
|
||||||
<#if user.hasSiteAdminAccess>
|
<#if user.hasSiteAdminAccess>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</span>
|
</span>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<h3>There is currently no content in the system</h3>
|
<h3>There is currently no content in the system, or you need to create class groups and assign your classes to them.</h3>
|
||||||
|
|
||||||
<#if user.loggedIn && user.hasSiteAdminAccess>
|
<#if user.loggedIn && user.hasSiteAdminAccess>
|
||||||
<p>You can <a href="${urls.siteAdmin}" title="Manage content">add content and manage this site</a> from the Site Administration page.</p>
|
<p>You can <a href="${urls.siteAdmin}" title="Manage content">add content and manage this site</a> from the Site Administration page.</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue