From d137f92dba2865eef679012b53a29504444f49b4 Mon Sep 17 00:00:00 2001 From: michele Date: Mon, 20 May 2024 15:31:45 +0200 Subject: [PATCH] michele: aggiunta logo barra in fondo --- Views/Shared/_LayoutPortale.cshtml | 43 +++++++++++++++++++++--------- Views/Timbrature/Index.cshtml | 12 ++++----- 2 files changed, 36 insertions(+), 19 deletions(-) diff --git a/Views/Shared/_LayoutPortale.cshtml b/Views/Shared/_LayoutPortale.cshtml index 831f1b9..c21fc30 100644 --- a/Views/Shared/_LayoutPortale.cshtml +++ b/Views/Shared/_LayoutPortale.cshtml @@ -1039,18 +1039,7 @@ Purchase:
- agency -
-
-
-
- agency -
-
- -
-
- agency + agency
@@ -1068,6 +1057,11 @@ Purchase: agency
+
+
+ agency +
+
agency @@ -1083,6 +1077,31 @@ Purchase: agency
+
+
+ agency +
+
+
+
+ agency +
+
+
+
+ agency +
+
+
+
+ agency +
+
+
+
+ agency +
+
agency diff --git a/Views/Timbrature/Index.cshtml b/Views/Timbrature/Index.cshtml index d35ec30..dfdd06d 100644 --- a/Views/Timbrature/Index.cshtml +++ b/Views/Timbrature/Index.cshtml @@ -19,18 +19,14 @@
Data timbratura: - @* @Html.TextBox("dataTimb", ViewBag.Timbrature, null, new { @class = "agy-form-field require" }) *@ + @Html.TextBox("dataTimb", null, new { type = "date", @class = "agy-form-field require" }) - @*
*@ Commessa: @Html.TextBox("commessa", ViewBag.Timbrature, null, new { @class = "agy-form-field require" }) - @*
*@ - @*
*@ Tecnico: @Html.TextBox("tecnico", ViewBag.Timbrature, null, new { @class = "agy-form-field require" }) - @*
*@
@@ -61,7 +57,7 @@ - + @@ -72,6 +68,7 @@ + @@ -80,7 +77,7 @@ @foreach (var item in Model) { - + @@ -91,6 +88,7 @@ +
IdData timbratura Ora inizio Minuti inizioTotale ore Giorno sett. Tecnico
@Html.DisplayFor(modelItem => item.id)@Html.DisplayFor(modelItem => item.data_timbratura) @Html.DisplayFor(modelItem => item.ora_ini) @Html.DisplayFor(modelItem => item.min_ini)@Html.DisplayFor(modelItem => item.tot_ore) @Html.DisplayFor(modelItem => item.giorno) @Html.DisplayFor(modelItem => item.tecnico)@Html.HiddenFor(modelItem => item.id) @Html.HiddenFor(modelItem => item.azienda) @Html.HiddenFor(modelItem => item.cpccchk) @Html.HiddenFor(modelItem => item.note)