Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
d43331a12c
4 changed files with 14 additions and 8 deletions
|
@ -857,3 +857,5 @@ processing_icon = tratamiento
|
|||
selection_in_process = Su selección se está procesando.view_labels_capitalized = Ver etiquetas
|
||||
view_labels_capitalized = Ver etiquetas
|
||||
view_labels_for = Ver Etiquetas de
|
||||
|
||||
select_an_existing_document = Seleccione un documento existente
|
||||
|
|
|
@ -868,4 +868,6 @@ manage_labels_intro = In the case where multiple labels exist in the same langua
|
|||
processing_icon = processing
|
||||
selection_in_process = Your selection is being processed.
|
||||
view_labels_capitalized = View Labels
|
||||
view_labels_for = View Labels for
|
||||
view_labels_for = View Labels for
|
||||
|
||||
select_an_existing_document = Select an existing document
|
|
@ -37,11 +37,11 @@
|
|||
<#assign selectedObjectUri = ""/>
|
||||
<#assign submitButtonText = "${i18n().create_entry}" />
|
||||
</#if>
|
||||
|
||||
<#assign formTitle = editConfiguration.formTitle />
|
||||
<#if editConfiguration.formTitle?contains("collaborator") >
|
||||
<#assign formTitle = "${i18n().select_existing_collaborator(editConfiguration.subjectName)}" />
|
||||
<#else>
|
||||
<#assign formTitle = editConfiguration.formTitle />
|
||||
<#elseif editConfiguration.objectPredicateProperty.rangeVClassURI?contains("IAO_0000030")>
|
||||
<#assign formTitle = "${i18n().select_an_existing_document}" + " ${i18n().for} " + editConfiguration.subjectName/>
|
||||
</#if>
|
||||
<#--In order to fill out the subject-->
|
||||
<#assign acFilterForIndividuals = "['" + editConfiguration.subjectUri + "']" />
|
||||
|
@ -82,7 +82,7 @@
|
|||
</p>
|
||||
</form>
|
||||
<#else>
|
||||
<p> ${i18n().there_are_no_entries_for_selection} </p>
|
||||
<p> ${i18n().there_are_no_entries_for_selection} </p>
|
||||
</#if>
|
||||
</#if>
|
||||
<p> </p>
|
||||
|
|
|
@ -6,8 +6,11 @@
|
|||
<#if (rangeOptions?keys?size > 0)>
|
||||
<#assign rangeOptionsExist = true/>
|
||||
</#if>
|
||||
|
||||
<h2>${editConfiguration.formTitle}</h2>
|
||||
<#assign formTitle = editConfiguration.formTitle />
|
||||
<#if editConfiguration.objectPredicateProperty.rangeVClassURI?contains("IAO_0000030")>
|
||||
<#assign formTitle = "${i18n().select_an_existing_document}" + " ${i18n().for} " + editConfiguration.subjectName/>
|
||||
</#if>
|
||||
<h2>${formTitle}</h2>
|
||||
|
||||
<#if editConfiguration.propertySelectFromExisting = true>
|
||||
<#if rangeOptionsExist = true >
|
||||
|
@ -47,4 +50,3 @@
|
|||
<#if editConfiguration.includeDeletionForm = true>
|
||||
<#include "defaultDeletePropertyForm.ftl">
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue