NIHVIVO-1714 new ftl for Recompute Inferences issue.

This commit is contained in:
ass92 2011-01-19 16:07:58 +00:00
parent 08e3a6d8ae
commit c69bc2d9fc

View file

@ -0,0 +1,14 @@
<#-- $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 link??>
<form method="post" action="RecomputeInferences">
<input type="submit" value="Recompute Inferences" name="submit"/>
<input type="hidden" value="Recompute" name="signal">
</form>
</#if>
<#if message??>
<p>${message}</p>
</#if>