NIHVIVO-1334 removing input element for short view on vclass editor plus fixes for bugs affecting ontology editor
This commit is contained in:
parent
97ecd6100f
commit
c2a2c67c77
5 changed files with 13 additions and 19 deletions
|
@ -102,14 +102,9 @@
|
|||
<input name="CustomDisplayView" style="width:90%" value="${formValue['CustomDisplayView']}"/>
|
||||
<font size="2" color="red"><form:error name="CustomDisplayView"/></font>
|
||||
</td>
|
||||
<td valign="bottom" colspan="1">
|
||||
<em>Optional: <strong>custom short view</strong></em><br />
|
||||
<input name="CustomShortView" style="width:90%" value="${formValue['CustomShortView']}"/>
|
||||
<font size="2" color="red"><form:error name="CustomShortView"/></font>
|
||||
</td>
|
||||
<td valign="bottom" colspan="1">
|
||||
<td valign="bottom" colspan="2">
|
||||
<em>Optional: <strong>custom search view</strong></em><br />
|
||||
<input name="CustomSearchView" style="width:90%" value="${formValue['CustomSearchView']}"/>
|
||||
<input name="CustomSearchView" style="width:45%" value="${formValue['CustomSearchView']}"/>
|
||||
<font size="2" color="red"><form:error name="CustomSearchView"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue