NIHVIVO-1073 Added check for no data. Primarily used for initial state after new installation.
This commit is contained in:
parent
3af090996f
commit
f53298509c
1 changed files with 40 additions and 33 deletions
|
@ -1,4 +1,8 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#include "menupage-checkForData.ftl">
|
||||
|
||||
<#if (!noData)>
|
||||
<section id="intro-menupage" role="region">
|
||||
<h3>${page.title}</h3>
|
||||
|
||||
|
@ -43,3 +47,6 @@ ${stylesheets.add("/css/menupage/menupage.css")}
|
|||
<#include "menupage-scripts.ftl">
|
||||
|
||||
${scripts.add("/js/menupage/browseByVClassPeople.js")}
|
||||
<#else>
|
||||
${noDataNotification}
|
||||
</#if>
|
Loading…
Add table
Reference in a new issue