+
}
-
- @Html.ActionLink("Back to List", "Index")
-
-
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}
diff --git a/StockManMVC/Views/Operators/Delete.cshtml b/StockManMVC/Views/Operators/Delete.cshtml
index 3955211..d66a654 100644
--- a/StockManMVC/Views/Operators/Delete.cshtml
+++ b/StockManMVC/Views/Operators/Delete.cshtml
@@ -1,48 +1,57 @@
@model StockManMVC.Models.Operator
@{
- ViewBag.Title = "Delete";
+ ViewBag.Title = "Delete Operatore";
}
-
Delete
+
+
+ Eliminazione record
+
-
Are you sure you want to delete this?
-
-
Operator
-
-
- -
- @Html.DisplayNameFor(model => model.CodExt)
-
+
+
Sicuro di voler eliminare questo record?
+
+
+ -
+ @Html.DisplayNameFor(model => model.CodExt)
+
- -
- @Html.DisplayFor(model => model.CodExt)
-
+ -
+ @Html.DisplayFor(model => model.CodExt)
+
- -
- @Html.DisplayNameFor(model => model.LastName)
-
+ -
+ @Html.DisplayNameFor(model => model.LastName)
+
- -
- @Html.DisplayFor(model => model.LastName)
-
+ -
+ @Html.DisplayFor(model => model.LastName)
+
- -
- @Html.DisplayNameFor(model => model.FirstName)
-
+ -
+ @Html.DisplayNameFor(model => model.FirstName)
+
- -
- @Html.DisplayFor(model => model.FirstName)
-
+ -
+ @Html.DisplayFor(model => model.FirstName)
+
-
+
- @using (Html.BeginForm()) {
- @Html.AntiForgeryToken()
+ @using (Html.BeginForm())
+ {
+ @Html.AntiForgeryToken()
-
- }
+
diff --git a/StockManMVC/Views/Operators/Details.cshtml b/StockManMVC/Views/Operators/Details.cshtml
deleted file mode 100644
index a5c3bf2..0000000
--- a/StockManMVC/Views/Operators/Details.cshtml
+++ /dev/null
@@ -1,42 +0,0 @@
-@model StockManMVC.Models.Operator
-
-@{
- ViewBag.Title = "Details";
-}
-
-Details
-
-
-
Operator
-
-
- -
- @Html.DisplayNameFor(model => model.CodExt)
-
-
- -
- @Html.DisplayFor(model => model.CodExt)
-
-
- -
- @Html.DisplayNameFor(model => model.LastName)
-
-
- -
- @Html.DisplayFor(model => model.LastName)
-
-
- -
- @Html.DisplayNameFor(model => model.FirstName)
-
-
- -
- @Html.DisplayFor(model => model.FirstName)
-
-
-
-
-
- @Html.ActionLink("Edit", "Edit", new { id = Model.ID }) |
- @Html.ActionLink("Back to List", "Index")
-
diff --git a/StockManMVC/Views/Operators/Edit.cshtml b/StockManMVC/Views/Operators/Edit.cshtml
index 638d406..bf0cee0 100644
--- a/StockManMVC/Views/Operators/Edit.cshtml
+++ b/StockManMVC/Views/Operators/Edit.cshtml
@@ -4,55 +4,56 @@
ViewBag.Title = "Edit";
}
-Edit
-
-
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
-
-
+
+
+
\ No newline at end of file
diff --git a/StockManMVC/bin/StockManMVC.dll b/StockManMVC/bin/StockManMVC.dll
index f14cdb9..6c1eef3 100644
Binary files a/StockManMVC/bin/StockManMVC.dll and b/StockManMVC/bin/StockManMVC.dll differ