NIHVIVO-2884 minor bug fix and improvement to manage Jena models page

This commit is contained in:
brianjlowe 2011-07-13 14:29:13 +00:00
parent 8d6b6fad72
commit e5028dc668
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ function init(){
<input type="hidden" name="action" value="attachModel"/>
<input type="hidden" name="modelName" value="<%=modelName%>"/>
<input type="hidden" name="modelType" value="${modelType}"/>
<input type="submit" name="submit" value="attach to webapp"/>
<input type="submit" name="submit" value="attach to TBox (ontology)"/>
</form>
</td>
<td>
@ -111,7 +111,7 @@ function init(){
<input type="hidden" name="action" value="detachModel"/>
<input type="hidden" name="modelName" value="<%=modelName%>"/>
<input type="hidden" name="modelType" value="${modelType}"/>
<input type="submit" name="submit" value="detach from webapp"/>
<input type="submit" name="submit" value="detach from TBox (ontology)"/>
</form>
</td>
<td>