diff --git a/Views/DatiAzienda/Create.cshtml b/Views/DatiAzienda/Create.cshtml index 09d59eb..cf2ab78 100644 --- a/Views/DatiAzienda/Create.cshtml +++ b/Views/DatiAzienda/Create.cshtml @@ -7,55 +7,56 @@
-
-
-
-
-
+ +
+ @Html.HiddenFor(x => x.azienda) + @Html.HiddenFor(x => x.url_logo) +
+ + + + + + + - @Html.HiddenFor(x => x.azienda) - @Html.HiddenFor(x => x.url_logo) - -
-
- @Html.DropDownListFor(x => x.tecnico, (IEnumerable)ViewBag.AllTecnici, new { @class = "form-control" }) - -
- -
 
- -
-
- - -
- -
 
- -
-
- - -
- -
 
- -
-
- - -
- -
 
- - - + + + + + + + + + + + + + + + + + + + +
  
+ @Html.DropDownListFor(x => x.tecnico, (IEnumerable)ViewBag.AllTecnici, new { @class = "form-control" }) + +
+ + +
+ + +
+ + +
+ + Torna alla lista +
-
-
+
diff --git a/Views/DatiAzienda/Detail.cshtml b/Views/DatiAzienda/Detail.cshtml index 63a7600..cedc39d 100644 --- a/Views/DatiAzienda/Detail.cshtml +++ b/Views/DatiAzienda/Detail.cshtml @@ -1,48 +1,74 @@ @model VirtualTask.Models.DatiAziendaTable @{ - ViewData["Title"] = "Dettaglio azienda"; + ViewData["Title"] = "Dettaglio Intestazione Buono"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
-
-
-
- @Html.DisplayNameFor(model => model.azienda)   @Html.DisplayFor(model => model.azienda) -
-
- @{ - var base64 = Convert.ToBase64String(Model.logo); - var imgSrc = String.Format("data:image/gif;base64,{0}", base64); - } - -
-
- @Html.DisplayNameFor(model => model.tecnico)   @Html.DisplayFor(model => model.tecnico) -
-
- @Html.DisplayNameFor(model => model.ragsoc)   @Html.DisplayFor(model => model.ragsoc) -
-
- @Html.DisplayNameFor(model => model.url_logo)   @Html.DisplayFor(model => model.url_logo) -
-
- @Html.DisplayNameFor(model => model.testo_buono)    - @{ - string testo = string.Empty; - testo = Model.testo_buono; - } - @Html.Raw(@testo) -
-
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  
+ @{ + var base64 = Convert.ToBase64String(Model.logo); + var imgSrc = String.Format("data:image/gif;base64,{0}", base64); + } + +
+ @Html.DisplayFor(model => model.tecnico) +
+ @Html.DisplayFor(model => model.ragsoc) +
+ @Html.DisplayFor(model => model.url_logo) +
+ @{ + string testo = string.Empty; + testo = Model.testo_buono; + } + @Html.Raw(@testo) +
+ @Html.DisplayFor(model => model.azienda) +
Torna alla lista - - - +
diff --git a/Views/DatiAzienda/Edit.cshtml b/Views/DatiAzienda/Edit.cshtml index 6621c86..dee7f73 100644 --- a/Views/DatiAzienda/Edit.cshtml +++ b/Views/DatiAzienda/Edit.cshtml @@ -7,29 +7,37 @@
-
-
-
-
-
- @Html.HiddenFor(x => x.azienda) - @Html.HiddenFor(x => x.url_logo) - @Html.HiddenFor(x => x.logo) + +
+ @Html.HiddenFor(x => x.azienda) + @Html.HiddenFor(x => x.url_logo) + @Html.HiddenFor(x => x.logo) +
+ + + + + + + -
-
+
+ + + + + + + + + + + + + + + + + + +
  
@Html.DropDownListFor(x => x.tecnico, (IEnumerable)ViewBag.AllTecnici, new { @class = "form-control" }) - - -
-
- - -
- -
-
+
+ + +
@{ if (Model.logo != null && Model.logo.Length > 0) { @@ -40,25 +48,28 @@ } - - -
-
- +
+ - - -
+
Torna alla lista - - - - +
+
+ diff --git a/Views/Shared/_LayoutAreaRiservata.cshtml b/Views/Shared/_LayoutAreaRiservata.cshtml index 02f464d..dc46446 100644 --- a/Views/Shared/_LayoutAreaRiservata.cshtml +++ b/Views/Shared/_LayoutAreaRiservata.cshtml @@ -178,8 +178,7 @@ Purchase:
  • Buono intervento
  • Chiamate
  • Progressivi
  • - @*
  • Dati Azienda
  • *@ -
  • Dati Azienda
  • +
  • Intestazione Buoni
  • Commesse
  • Esporta buoni