for case when individual form is not person type
This commit is contained in:
parent
36cdb97a05
commit
61742f7ae0
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
<#-- Custom form for managing labels for individuals - specific to VIVO which handles people as well -->
|
<#-- Custom form for managing labels for individuals - specific to VIVO which handles people as well -->
|
||||||
|
<#assign isPersonType = "false"/>
|
||||||
|
<#if editConfiguration.pageData.isPersonType?has_content>
|
||||||
<#assign isPersonType = editConfiguration.pageData.isPersonType />
|
<#assign isPersonType = editConfiguration.pageData.isPersonType />
|
||||||
|
</#if>
|
||||||
<form id="addLabelForm" name="addLabelForm" class="customForm" action="${submitUrl}">
|
<form id="addLabelForm" name="addLabelForm" class="customForm" action="${submitUrl}">
|
||||||
<h2>${i18n().add_label}</h2>
|
<h2>${i18n().add_label}</h2>
|
||||||
<#if isPersonType?has_content && isPersonType = "true">
|
<#if isPersonType?has_content && isPersonType = "true">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue