NIHVIVO-2884 minor bug fix and improvement to manage Jena models page
This commit is contained in:
parent
8d6b6fad72
commit
e5028dc668
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue