From dad607e72ee87f40e91dc3c5f342e8df10e3b088 Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Sat, 8 Dec 2018 15:59:50 +0100 Subject: [locationinfo] fix summary pannel always in german --- .../locationinfo/templates/frontend-summary.html | 46 ++++++++++++++++++++-- 1 file changed, 42 insertions(+), 4 deletions(-) diff --git a/modules-available/locationinfo/templates/frontend-summary.html b/modules-available/locationinfo/templates/frontend-summary.html index adb3ce39..a3fa77b0 100644 --- a/modules-available/locationinfo/templates/frontend-summary.html +++ b/modules-available/locationinfo/templates/frontend-summary.html @@ -1,5 +1,5 @@ - +
@@ -108,6 +108,10 @@ border-radius: 1px; } + #i18n { + display: none; + } + + +