From 1291f1dbb7d300e946ef3d502388ab5173e7f824 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 2 Apr 2012 22:50:26 +0000 Subject: [PATCH] admin-full: allow to use translations for 'Not connected' state This allows to use translated version of the 'Net connected' string in the Status/Overview/Network section. Signed-off-by: Gabor Juhos --- modules/admin-full/luasrc/view/admin_status/index.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index e54ee9a9a..fb9a08595 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -176,7 +176,7 @@ $Id$ else { si.innerHTML = '
?'; - ss.innerHTML = 'Not connected'; + ss.innerHTML = '<%:Not connected%>'; } <% if has_ipv6 then %> @@ -219,7 +219,7 @@ $Id$ else { si6.innerHTML = '
?'; - ss6.innerHTML = 'Not connected'; + ss6.innerHTML = '<%:Not connected%>'; } <% end %> -- 2.11.0