Updating page management for changes to solr labels
This commit is contained in:
parent
84e2aa4967
commit
f516750e91
5 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<#--This contains the template for the Solr Class individuals content type that is to be cloned and used in page management-->
|
||||
<#--This contains the template for the Search Index class individuals content type that is to be cloned and used in page management-->
|
||||
<#assign classGroup = pageData.classGroup />
|
||||
<#assign classGroups = pageData.classGroups />
|
||||
<#assign classes = pageData.classes />
|
||||
|
@ -22,12 +22,12 @@
|
|||
</section>
|
||||
<script>
|
||||
var i18nStringsSearchIndividuals = {
|
||||
searchIndividuals: '${i18n().solr_individual_results}',
|
||||
searchIndividuals: '${i18n().search_individual_results}',
|
||||
supplyQueryVariable: '${i18n().supply_query_variable}',
|
||||
noApostrophes: '${i18n().apostrophe_not_allowed}',
|
||||
noDoubleQuotes: '${i18n().double_quote_note_allowed}',
|
||||
supplyQuery: '${i18n().supply_sparql_query}',
|
||||
selectClass: '${i18n().select_class_for_solr}'
|
||||
selectClass: '${i18n().select_class_for_search}'
|
||||
};
|
||||
</script>
|
||||
${scripts.add('<script type="text/javascript" src="${urls.base}/js/menupage/processSearchDataGetterContent.js"></script>')}
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<option value="browseClassGroup">${i18n().browse_class_group}</option>
|
||||
<option value="fixedHtml">${i18n().fixed_html}</option>
|
||||
<option value="sparqlQuery">${i18n().sparql_query_results}</option>
|
||||
<option value="searchIndividuals">${i18n().solr_individual_results}</option>
|
||||
<option value="searchIndividuals">${i18n().search_individual_results}</option>
|
||||
</select> <span class="note">${i18n().add_types}</span>
|
||||
</section>
|
||||
<section id="contentDivs"></section>
|
||||
|
@ -179,7 +179,7 @@
|
|||
browseClassGroup: '${i18n().browse_class_group}',
|
||||
fixedHtml: '${i18n().fixed_html}',
|
||||
sparqlResults: '${i18n().sparql_query_results}',
|
||||
searchIndividuals: '${i18n().solr_individual_results}',
|
||||
searchIndividuals: '${i18n().search_individual_results}',
|
||||
orString: '${i18n().or}',
|
||||
deleteString: '${i18n().delete}',
|
||||
allCapitalized: '${i18n().all_capitalized}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue