diff --git a/Lux.UI/Components/Compo/Common/CmpHeader.razor b/Lux.UI/Components/Compo/Common/CmpHeader.razor index 480a1d90..b9b73bdf 100644 --- a/Lux.UI/Components/Compo/Common/CmpHeader.razor +++ b/Lux.UI/Components/Compo/Common/CmpHeader.razor @@ -1,12 +1,16 @@ -
| - + | @Traduci("nome") | @Traduci("contatti_cognome") | @@ -67,7 +67,7 @@ else {|||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + |
|
||||||||||||||||||||||||||||||
| - + | @Traduci("nome") | @Traduci("contatti_cognome") | diff --git a/Lux.UI/Components/Compo/FileMan/BtlPreview.razor b/Lux.UI/Components/Compo/FileMan/BtlPreview.razor index 8ced510b..2830f134 100644 --- a/Lux.UI/Components/Compo/FileMan/BtlPreview.razor +++ b/Lux.UI/Components/Compo/FileMan/BtlPreview.razor @@ -1,4 +1,6 @@ -|||||||||||||||||||||||||||||
| - + | -Cod | -Descrizione | +@Traduci("cod") | +@Traduci("descrizione") | # Val | @@ -65,21 +67,21 @@ @if (EditRecord != null && item.ClassCod == EditRecord.ClassCod) { | - - + + | @item.ClassCod | @item.NumChild | - + | } else {- - + + @* *@ | @item.ClassCod | @@ -88,11 +90,11 @@@if (item.NumChild > 0) { - + } else { - + } | } diff --git a/Lux.UI/Components/Compo/Generic/GenValMan.razor b/Lux.UI/Components/Compo/Generic/GenValMan.razor index a70b3df2..8b8b76ec 100644 --- a/Lux.UI/Components/Compo/Generic/GenValMan.razor +++ b/Lux.UI/Components/Compo/Generic/GenValMan.razor @@ -1,11 +1,13 @@ -@if (isLoading || ListRecords == null) +@inherits BaseComp + +@if (isLoading || ListRecords == null) {||||||||||||||||||
| - + | @*ID | *@Ord. | -Valore | +@Traduci("valore") | @@ -34,8 +36,8 @@ else @if (EditRecord != null && item.GenValID == EditRecord.GenValID) { | - - + + @* *@ | @*@item.GenValID | *@ @@ -46,14 +48,14 @@ else- + | } else {- - + + @* *@ | @*@item.GenValID | *@ @@ -64,7 +66,7 @@ else@item.ValString | - + | }|||||||||||||||||||