merge r. 9959 from maint-rel-1.5 : NIHVIVO-3893 change interface text from 'SDB models' to 'main store models' in ingest tools when using models from main quad store

This commit is contained in:
brianjlowe 2012-07-10 14:16:54 +00:00
parent 17c64e2e6a
commit a3817292a5
2 changed files with 13 additions and 1 deletions

View file

@ -29,7 +29,11 @@ function init(){
<td>
<form name="sdbform" action="ingest" method="get">
<input type="hidden" name="action" value="sdbModels"/>
<% if ("SDB models".equals(request.getAttribute("infoLine"))) { %>
<input type="submit" name="submit" value="SDB Models"/>
<% } else { %>
<input type="submit" name="submit" value="Main Store Models"/>
<% } %>
</form>
</td>
<td>