Merged r 2216 from rel-1.2-maint branch

This commit is contained in:
nac26 2011-01-16 22:48:00 +00:00
parent de1c8f1aa3
commit f1a8335106

View file

@ -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>