NIHVIVO-2058 code change to show sdb setup success or failure.

This commit is contained in:
ass92 2011-02-09 17:14:05 +00:00
parent 7c644ccfaa
commit e680ece85e

View file

@ -5,7 +5,8 @@
<#if link??>
<form method="post" action="sdbsetup">
<input type="submit" value="SDB Setup" name="submit"/>
<p>${sdbstatus}</p>
<input type="submit" value="Run SDB Setup" name="submit"/>
<input type="hidden" value="setup" name="setupsignal">
</form>
</#if>