Updating page management for changes to solr labels

This commit is contained in:
hudajkhan 2014-05-23 11:18:52 -04:00
parent 84e2aa4967
commit f516750e91
5 changed files with 8 additions and 8 deletions

View file

@ -834,7 +834,7 @@
of SearchComponents (see below) and supports distributed
queries across multiple shards
-->
<requestHandler name="/select" class="solr.SearchHandler">
<requestHandler name="search" class="solr.SearchHandler" default="true">
<!-- default values for query parameters can be specified, these
will be overridden by parameters in the request
-->

View file

@ -592,7 +592,7 @@ page_text = page text
sparql_query_results = Sparql Query Results
no_results_returned = No results were returned.
solr_individual_results = Search Class Individuals
search_individual_results = Search Class Individuals
select_vclass_uri = Select VClass
#
# manage proxies templates ( /templates/freemarker/body/manageproxies )
@ -841,7 +841,7 @@ code_processing_error = An error has occurred and the code for processing this c
supply_class_group = You must supply a class group.
select_classes_to_display = You must select the classes to display.
select_class_for_solr = You must select a class to display its individuals.
select_class_for_search = You must select a class to display its individuals.
supply_variable_name = You must supply a variable to save HTML content.
apostrophe_not_allowed = The variable name should not have an apostrophe.
double_quote_note_allowed = The variable name should not have a double quote.

View file

@ -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>')}

View file

@ -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>&nbsp;<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}',