diff --git a/doc/install.html b/doc/install.html index c1e7dc9c..c36762fa 100644 --- a/doc/install.html +++ b/doc/install.html @@ -185,21 +185,21 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
Mac:
-- PC: -
-${i18n().grant_name} | -${i18n().close_date} | -
---|---|
${resultRow["activityLabel"]} | -${dt.formatXsdDateTimeShort(resultRow["dt"], "yearMonthDayPrecision")} | -
${i18n().grant_name} | +${i18n().close_date} | +
---|---|
${resultRow["grantLabel"]} | +${dt.formatXsdDateTimeShort(resultRow["dt"], "yearMonthDayPrecision")} | +
- <#--below shows examples of both printing out all error messages and checking the error message for a specific field--> - <#list submissionErrors?keys as errorFieldName> - ${errorFieldName} : ${submissionErrors[errorFieldName]} - #list> - - -
-${i18n().no_concepts_specified}
-<#else> - -#if> - -+ <#--below shows examples of both printing out all error messages and checking the error message for a specific field--> + <#list submissionErrors?keys as errorFieldName> + ${errorFieldName} : ${submissionErrors[errorFieldName]} + #list> + + +
+${i18n().no_concepts_specified}
+<#else> + +#if> + +
- <#--Checking if any required fields are empty-->
- <#if lvf.submissionErrorExists(editSubmission, "telephoneNumber")>
- ${i18n().enter_telephone_number}
- #if>
-