diff --git a/Views/CodSegna/Create.cshtml b/Views/CodSegna/Create.cshtml
index 2b263a1..7417c1f 100644
--- a/Views/CodSegna/Create.cshtml
+++ b/Views/CodSegna/Create.cshtml
@@ -26,14 +26,14 @@
-
-
+ @* *@
+ @* *@
-
-
+ @* *@
+ @* *@
@@ -44,6 +44,8 @@
@Html.HiddenFor(x => x.cscodazi)
+ @Html.HiddenFor(x => x.csferimp)
+ @Html.HiddenFor(x => x.cstipseg)
@Html.HiddenFor(x => x.DataObso)
diff --git a/Views/CodSegna/Delete.cshtml b/Views/CodSegna/Delete.cshtml
index ee8d6bb..50fdd82 100644
--- a/Views/CodSegna/Delete.cshtml
+++ b/Views/CodSegna/Delete.cshtml
@@ -18,13 +18,13 @@
@Html.DisplayNameFor(model => model.csdescr) @Html.DisplayFor(model => model.csdescr)
- @Html.DisplayNameFor(model => model.csferimp) @Html.DisplayFor(model => model.csferimp)
+ @Html.HiddenFor(model => model.csferimp) @Html.HiddenFor(model => model.csferimp)
- @Html.DisplayNameFor(model => model.cscodazi) @Html.DisplayFor(model => model.cscodazi)
+ @Html.HiddenFor(model => model.cscodazi) @Html.HiddenFor(model => model.cscodazi)
- @Html.DisplayNameFor(model => model.cstipseg) @Html.DisplayFor(model => model.cstipseg)
+ @Html.HiddenFor(model => model.cstipseg) @Html.HiddenFor(model => model.cstipseg)
@Html.HiddenFor(x => x.DataObso)
diff --git a/Views/CodSegna/Details.cshtml b/Views/CodSegna/Details.cshtml
index d7e0542..2d74452 100644
--- a/Views/CodSegna/Details.cshtml
+++ b/Views/CodSegna/Details.cshtml
@@ -28,28 +28,31 @@
@Html.DisplayFor(model => model.csdescr) |
-
+ @*
|
- @Html.DisplayNameFor(model => model.csferimp)
+ @Html.HiddenFor(model => model.csferimp)
|
- @Html.DisplayFor(model => model.csferimp) |
+ @Html.HiddenFor(model => model.csferimp) |
|
- @Html.DisplayNameFor(model => model.cscodazi)
+ @Html.HiddenFor(model => model.cscodazi)
|
- @Html.DisplayFor(model => model.cscodazi) |
+ @Html.HiddenFor(model => model.cscodazi) |
|
- @Html.DisplayNameFor(model => model.cstipseg)
+ @Html.HiddenFor(model => model.cstipseg)
|
- @Html.DisplayFor(model => model.cstipseg) |
-
+ @Html.HiddenFor(model => model.cstipseg) |
+ *@
+ @Html.HiddenFor(model => model.csferimp)
+ @Html.HiddenFor(model => model.cscodazi)
+ @Html.HiddenFor(model => model.cstipseg)
@Html.HiddenFor(model => model.DataObso)
@@ -57,96 +60,3 @@
-
-
-@* @model VirtualTask.Models.CodiceSegnalazione *@
-
-@* @{ *@
-@* ViewData["Title"] = "Dettaglio codice segnalazione"; *@
-@* Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; *@
-@* } *@
-
-@* *@
-@*
*@
-@*
*@
-@*
*@
-@*
*@
-@* @Html.DisplayNameFor(model => model.cscodice) - @Html.DisplayFor(model => model.cscodice) *@
-@*
*@
-@*
*@
-@* @Html.DisplayNameFor(model => model.csdescr) - @Html.DisplayFor(model => model.csdescr) *@
-@*
*@
-@*
*@
-@* @Html.DisplayNameFor(model => model.csferimp) - @Html.DisplayFor(model => model.csferimp) *@
-@*
*@
-@*
*@
-@* @Html.DisplayNameFor(model => model.cscodazi) @Html.DisplayFor(model => model.cscodazi) *@
-@*
*@
-@*
*@
-@* @Html.DisplayNameFor(model => model.cstipseg) @Html.DisplayFor(model => model.cstipseg) *@
-@*
*@
-@* @Html.HiddenFor(model => model.DataObso) *@
-
-@*
*@
-@*
*@
-@*
*@
-@*
*@
-@*
*@
-
-
-@* @model VirtualTask.Models.CodiceSegnalazione *@
-
-@* @{ *@
-@* ViewData["Title"] = "Details"; *@
-@* } *@
-
-@* Details
*@
-
-@* *@
-@*
CodiceSegnalazione
*@
-@*
*@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.cscodice) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.cscodice) *@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.csdescr) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.csdescr) *@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.csferimp) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.csferimp) *@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.cscodazi) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.cscodazi) *@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.cstipseg) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.cstipseg) *@
-@*
*@
-@* - *@
-@* @Html.DisplayNameFor(model => model.DataObso) *@
-@*
*@
-@* - *@
-@* @Html.DisplayFor(model => model.DataObso) *@
-@*
*@
-@*
*@
-@*
*@
-@* *@
-@* @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) | *@
-@*
Back to List *@
-@*
*@
diff --git a/Views/CodSegna/Edit.cshtml b/Views/CodSegna/Edit.cshtml
index d0fbbf0..155290a 100644
--- a/Views/CodSegna/Edit.cshtml
+++ b/Views/CodSegna/Edit.cshtml
@@ -26,21 +26,25 @@
-
-
+ @Html.HiddenFor(x => x.csferimp)
+ @Html.HiddenFor(model => model.csferimp)
+ @* *@
+ @* *@
-
+ @* *@
@Html.HiddenFor(x => x.cscodazi)
- @Html.DisplayFor(model => model.cscodazi)
+ @Html.HiddenFor(model => model.cscodazi)
-
-
+ @* *@
+ @* *@
+ @Html.HiddenFor(x => x.cstipseg)
+ @Html.HiddenFor(model => model.cstipseg)
diff --git a/Views/Impianti/Index.cshtml b/Views/Impianti/Index.cshtml
index 8d530b5..666b81d 100644
--- a/Views/Impianti/Index.cshtml
+++ b/Views/Impianti/Index.cshtml
@@ -64,17 +64,17 @@
@foreach (var item in Model)
{
- |
+ |
@Html.DisplayFor(modelItem => item.imcodimp) - @Html.DisplayFor(modelItem => item.imdescri)
|
-
+ |
@Html.DisplayFor(modelItem => item.indirizzo)
|
-
+ |
@Html.DisplayFor(modelItem => item.imultcli) - @Html.DisplayFor(modelItem => item.descCliente)
|
-
+ |
|