From 18bec317d7b1ac7cd9794e1b2236beb864186bf4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 8 Jul 2019 16:52:21 -0400 Subject: #830 lockdown kiosk mode initial implementation --- www/templates/important_message.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'www/templates/important_message.html') diff --git a/www/templates/important_message.html b/www/templates/important_message.html index 933c3802..85204779 100644 --- a/www/templates/important_message.html +++ b/www/templates/important_message.html @@ -12,20 +12,15 @@
-

{{'kImpMsg1' | translate}}

+

{{$root.importantMessageHeader | translate}}


-

{{'kImpMsg2' | translate}}

-
{{'kImpMsg3' | translate}} v{{currentVersion}}. -
v{{recommendedVersion}} {{'kImpMsg4' | translate}} -
{{'kImpMsg5' | translate}}: - v{{currentVersion}} -
{{'kImpMsg6' | translate}}: - v{{recommendedVersion}} + +

{{ $root.importantMessageSummary| translate}}



-- cgit v1.2.3