diff --git a/sources/Re3gistry2/src/main/resources/localizations/LocalizationBundle_en.properties b/sources/Re3gistry2/src/main/resources/localizations/LocalizationBundle_en.properties index c669d79c..fc483605 100644 --- a/sources/Re3gistry2/src/main/resources/localizations/LocalizationBundle_en.properties +++ b/sources/Re3gistry2/src/main/resources/localizations/LocalizationBundle_en.properties @@ -577,7 +577,8 @@ bulkimport.error.itemreference=Some items linking to references could not be ins bulk.import.success=The bulk import has been complete with success. bulk.import.error=The bulk import has been complete with the following errors: -bulk.import.error.emptyfile=The bulk import cannot be complete because the file does not contain any item. +bulk.import.error.emptyfile=The bulk import cannot be complete because the file does not contain any item. +bulk.import.error.emptyrequired=The bulk cannot be complete because the file does not contain data on required field: {fields} on line: {line}. bulk.import.error.file=The bulk import has been complete with errors. The file could not be processed because of a wrong format. bulk.import.error.header.localid=The header of the file does not contain the "LocalID" column. bulk.import.error.header.language=The header of the file does not contain the "Language" column. diff --git a/sources/Re3gistry2/src/main/webapp/jsp/ajaxServices/browseLoader.jsp b/sources/Re3gistry2/src/main/webapp/jsp/ajaxServices/browseLoader.jsp index 61f05778..9e92874a 100644 --- a/sources/Re3gistry2/src/main/webapp/jsp/ajaxServices/browseLoader.jsp +++ b/sources/Re3gistry2/src/main/webapp/jsp/ajaxServices/browseLoader.jsp @@ -656,21 +656,28 @@ -
+ - - + <% } else { %> <%}%> diff --git a/sources/Re3gistry2/src/main/webapp/jsp/registryManagerDataExport.jsp b/sources/Re3gistry2/src/main/webapp/jsp/registryManagerDataExport.jsp index 66832437..117b9daa 100644 --- a/sources/Re3gistry2/src/main/webapp/jsp/registryManagerDataExport.jsp +++ b/sources/Re3gistry2/src/main/webapp/jsp/registryManagerDataExport.jsp @@ -75,6 +75,7 @@ <%@include file="includes/head.inc.jsp" %> + <%@include file="includes/header.inc.jsp"%> @@ -129,7 +130,7 @@${localization.getString("label.solrdescription")}
<% if (SolrHandler.checkSolrCompleteIndexinglRunning()) { %> -${localization.getString("label.solrrunning")}
+${localization.getString("label.solrrunning")}