From 80837628adae7701beca0e5c65d4c71f1d8757a1 Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Mon, 21 Feb 2022 17:43:50 +0100 Subject: [PATCH] Completato Fix - vista QR Code --- MP.Land/Components/HomeLink.razor | 10 +++++----- MP.Land/Components/UserCard.razor | 32 +++++++++++++++---------------- MP.Land/MP.Land.csproj | 2 +- MP.Land/Pages/Index.razor | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- MP.Land/wwwroot/lib/qrcode.js | 4 ++-- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/MP.Land/Components/HomeLink.razor b/MP.Land/Components/HomeLink.razor index 272ed60c..d560bf41 100644 --- a/MP.Land/Components/HomeLink.razor +++ b/MP.Land/Components/HomeLink.razor @@ -25,10 +25,10 @@
@if (authOk()) { -
+
-
+
@(traduci($"{CurrItem.AppName}-TITLE"))
    @(traduci($"{CurrItem.AppName}-LIST")) @@ -37,10 +37,10 @@ } else { -
    +
    -
    +
    @(traduci($"{CurrItem.AppName}-TITLE"))
      @(traduci($"{CurrItem.AppName}-LIST")) @@ -56,7 +56,7 @@ } else { - Licenza non attivata! + Licenza Mancante }
    diff --git a/MP.Land/Components/UserCard.razor b/MP.Land/Components/UserCard.razor index 82310007..0d81fbae 100644 --- a/MP.Land/Components/UserCard.razor +++ b/MP.Land/Components/UserCard.razor @@ -2,28 +2,28 @@ @inject IJSRuntime JSRuntime -
    -
    +
    +
    -
    -
    - matr: @CurrItem.MatrOpr -
    +
    + @Environment
    -
    -

    @Environment

    +
    + Matr. @CurrItem.MatrOpr
    -
    +
    +
    +
    + @*