Adding feedback from search IndexController instead of a blank screen, so user knows when indexing is finished. NIHVIVO-783

Working on shor views for grants. NIHVIVO-630.
This commit is contained in:
bdc34 2010-07-12 18:51:19 +00:00
parent e05cc6e041
commit ffc9fc47e9

View file

@ -0,0 +1,7 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. -->
<#if message??>
<p>${message}</p>
</#if>