Add dependent resources annotation to back end editing for object properties. NIHVIVO-212
This commit is contained in:
parent
2ff288b4b1
commit
e50a1bc6f5
13 changed files with 73 additions and 32 deletions
|
@ -216,14 +216,14 @@
|
|||
<td valign="bottom" colspan="1">
|
||||
<em><strong>Caution:</strong>delete object when statement deleted?</em><br />
|
||||
<c:choose>
|
||||
<c:when test="${forceStubObjectDeletion}">
|
||||
<input name="ForceStubObjectDeletion" type="checkbox" value="TRUE" checked="checked"/>force deletion
|
||||
<c:when test="${stubObjectRelation}">
|
||||
<input name="StubObjectRelation" type="checkbox" value="TRUE" checked="checked"/>stub object relation with force delete
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<input name="ForceStubObjectDeletion" type="checkbox" value="TRUE"/>force deletion
|
||||
<input name="StubObjectRelation" type="checkbox" value="TRUE"/>stub object relation with force delete
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<font size="2" color="red"><form:error name="ForceStubObjectDeletion"/></font>
|
||||
<font size="2" color="red"><form:error name="stubObjectRelation"/></font>
|
||||
</td>
|
||||
<td valign="bottom" colspan="1">
|
||||
<em>select from existing choices when adding statements?</em><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue