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:
parent
e05cc6e041
commit
ffc9fc47e9
1 changed files with 7 additions and 0 deletions
7
webapp/web/templates/freemarker/body/message.ftl
Normal file
7
webapp/web/templates/freemarker/body/message.ftl
Normal 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>
|
Loading…
Add table
Reference in a new issue