NIHVIVO-75 Change "Datatype property" to "Data property" on editing forms
This commit is contained in:
parent
06b7511e3d
commit
03cfa3f584
4 changed files with 8 additions and 8 deletions
|
@ -25,11 +25,11 @@
|
|||
<td>
|
||||
<form action="showDataPropertyHierarchy" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="Datatype Property Hierarchy"/>
|
||||
<input type="submit" class="form-button" value="Data Property Hierarchy"/>
|
||||
</form>
|
||||
<form action="listDatatypeProperties" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="submit" class="form-button" value="All Datatype Properties"/>
|
||||
<input type="submit" class="form-button" value="All Data Properties"/>
|
||||
</form>
|
||||
<form action="listDataPropertyStatements" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
|
@ -44,14 +44,14 @@
|
|||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="controller" value="Dataprop"/>
|
||||
<input type="hidden" name="uri" value="${datatypeProperty.URI}"/>
|
||||
<input type="submit" class="form-button" value="Edit This Datatype Property"/>
|
||||
<input type="submit" class="form-button" value="Edit this Data Property"/>
|
||||
</form>
|
||||
</td>
|
||||
<td valign="bottom">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="${portalBean.portalId}" />
|
||||
<input type="hidden" name="controller" value="Dataprop"/>
|
||||
<input type="submit" class="form-button" value="Add New Datatype Property"/>
|
||||
<input type="submit" class="form-button" value="Add New Data Property"/>
|
||||
</form>
|
||||
<form action="editForm" method="get">
|
||||
<input type="submit" class="form-button" value="Change URI"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue