From 63445aa2499726f3fef8992c6f3fe961722d0273 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 14 May 2013 11:32:50 -0400 Subject: [PATCH] the startupStatus-displayRaw template does not have access to the i18n freemarker variable, so backing those changes out --- .../body/admin/startupStatus-displayRaw.ftl | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl index 98fdbc700..ce638c1fb 100644 --- a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl +++ b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl @@ -1,10 +1,10 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#-- - Template for the raw page that displays the StartupStatus if there +<#-- + Template for the raw page that displays the StartupStatus if there are warnings or errors. - "raw" because this template works outside of the usual framework, in + "raw" because this template works outside of the usual framework, in case the Freemarker context didn't initialize properly. This file can't even include a reference to an external CSS file, in case @@ -40,7 +40,7 @@ - ${i18n().startup_status} + Startup Status + <#if status.errorItems?has_content> -

${i18n().fatal_error}

+

Fatal error

-

${i18n().fatal_error_detected(applicationName)}

+

${applicationName} detected a fatal error during startup.