@@ -275,8 +275,8 @@ class CatalogController < ApplicationController
275
275
config . add_summary_field 'prefercite_ssm' , label : 'Preferred citation' , helper_method : :render_html_tags
276
276
277
277
# Collection Show Page - Background Section
278
- config . add_background_field 'scopecontent_ssm' , label : 'Scope and Content ' , helper_method : :render_html_tags
279
- config . add_background_field 'bioghist_ssm' , label : 'Biographical / Historical ' , helper_method : :render_html_tags
278
+ config . add_background_field 'scopecontent_ssm' , label : 'Scope and content ' , helper_method : :render_html_tags
279
+ config . add_background_field 'bioghist_ssm' , label : 'Biographical / historical ' , helper_method : :render_html_tags
280
280
config . add_background_field 'acqinfo_ssim' , label : 'Acquisition information' , helper_method : :render_html_tags
281
281
config . add_background_field 'appraisal_ssm' , label : 'Appraisal information' , helper_method : :render_html_tags
282
282
config . add_background_field 'custodhist_ssm' , label : 'Custodial history' , helper_method : :render_html_tags
@@ -327,7 +327,7 @@ class CatalogController < ApplicationController
327
327
}
328
328
config . add_component_field 'abstract_ssm' , label : 'Abstract' , helper_method : :render_html_tags
329
329
config . add_component_field 'extent_ssm' , label : 'Extent'
330
- config . add_component_field 'scopecontent_ssm' , label : 'Scope and Content ' , helper_method : :render_html_tags
330
+ config . add_component_field 'scopecontent_ssm' , label : 'Scope and content ' , helper_method : :render_html_tags
331
331
config . add_component_field 'acqinfo_ssim' , label : 'Acquisition information' , helper_method : :render_html_tags
332
332
config . add_component_field 'appraisal_ssm' , label : 'Appraisal information' , helper_method : :render_html_tags
333
333
config . add_component_field 'custodhist_ssm' , label : 'Custodial history' , helper_method : :render_html_tags
@@ -362,13 +362,13 @@ class CatalogController < ApplicationController
362
362
363
363
# Collection Show Page Access Tab - Terms and Conditions Section
364
364
config . add_terms_field 'accessrestrict_ssm' , label : 'Restrictions' , helper_method : :render_html_tags
365
- config . add_terms_field 'userestrict_ssm' , label : 'Terms of Access ' , helper_method : :render_html_tags
365
+ config . add_terms_field 'userestrict_ssm' , label : 'Terms of access ' , helper_method : :render_html_tags
366
366
367
367
# Component Show Page Access Tab - Terms and Condition Section
368
368
config . add_component_terms_field 'accessrestrict_ssm' , label : 'Restrictions' , helper_method : :render_html_tags
369
- config . add_component_terms_field 'userestrict_ssm' , label : 'Terms of Access ' , helper_method : :render_html_tags
370
- config . add_component_terms_field 'parent_access_restrict_ssm' , label : 'Parent Restrictions ' , helper_method : :render_html_tags
371
- config . add_component_terms_field 'parent_access_terms_ssm' , label : 'Parent Terms of Access ' , helper_method : :render_html_tags
369
+ config . add_component_terms_field 'userestrict_ssm' , label : 'Terms of access ' , helper_method : :render_html_tags
370
+ config . add_component_terms_field 'parent_access_restrict_ssm' , label : 'Parent restrictions ' , helper_method : :render_html_tags
371
+ config . add_component_terms_field 'parent_access_terms_ssm' , label : 'Parent terms of access ' , helper_method : :render_html_tags
372
372
373
373
# Collection and Component Show Page Access Tab - In Person Section
374
374
config . add_in_person_field 'repository_location' , values : -> ( _ , document , _ ) { document . repository_config } , label : 'Location of this collection' , component : Arclight ::RepositoryLocationComponent
0 commit comments