From fdc7fc3fd2677c56efefdfd88be92ce4bdbfb823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl=20Mugnier?= Date: Mon, 7 Dec 2020 19:40:18 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20-=20Correction=20de=20l'=C3=A9dition=20de?= =?UTF-8?q?=20document=20et=20d=C3=A9claration=20sur=20le=20site=20de=20ma?= =?UTF-8?q?nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sheaft.Web.Manage/Views/Declarations/Edit.cshtml | 2 +- Sheaft.Web.Manage/Views/Documents/Edit.cshtml | 12 ++++-------- .../Views/Legals/EditLegalBusiness.cshtml | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Sheaft.Web.Manage/Views/Declarations/Edit.cshtml b/Sheaft.Web.Manage/Views/Declarations/Edit.cshtml index 18e69d849..2c2232a8e 100644 --- a/Sheaft.Web.Manage/Views/Declarations/Edit.cshtml +++ b/Sheaft.Web.Manage/Views/Declarations/Edit.cshtml @@ -99,7 +99,7 @@
- + Go back diff --git a/Sheaft.Web.Manage/Views/Documents/Edit.cshtml b/Sheaft.Web.Manage/Views/Documents/Edit.cshtml index 80e8f7789..9c1e90610 100644 --- a/Sheaft.Web.Manage/Views/Documents/Edit.cshtml +++ b/Sheaft.Web.Manage/Views/Documents/Edit.cshtml @@ -80,10 +80,6 @@ @Html.LabelFor(c => c.Name, new { @class = "form-label" }) @Html.TextBoxFor(c => c.Name, null, new { @class = "form-control" }) -
- @Html.LabelFor(c => c.Kind, new { @class = "form-label" }) - @Html.DropDownListFor(c => c.Kind, kinds, new { @class = "form-control" }) -
} else { @@ -91,11 +87,11 @@ @Html.LabelFor(c => c.Name, new { @class = "form-label" }) @Html.TextBoxFor(c => c.Name, null, new { @class = "form-control", @disabled = "disabled" }) -
- @Html.LabelFor(c => c.Kind, new { @class = "form-label" }) - @Html.DropDownListFor(c => c.Kind, kinds, new { @class = "form-control", @disabled = "disabled" }) -
} +
+ @Html.LabelFor(c => c.Kind, new { @class = "form-label" }) + @Html.DropDownListFor(c => c.Kind, kinds, new { @class = "form-control", @disabled = "disabled" }) +
@Html.LabelFor(m => m.CreatedOn) @Html.TextBoxFor(m => m.CreatedOn, null, new { @class = "form-control", @disabled = "disabled" }) diff --git a/Sheaft.Web.Manage/Views/Legals/EditLegalBusiness.cshtml b/Sheaft.Web.Manage/Views/Legals/EditLegalBusiness.cshtml index 540b0269a..8c63e8469 100644 --- a/Sheaft.Web.Manage/Views/Legals/EditLegalBusiness.cshtml +++ b/Sheaft.Web.Manage/Views/Legals/EditLegalBusiness.cshtml @@ -175,7 +175,7 @@ @Html.Label("ubos", "Ubos") @Html.TextBox("ubos", uboCount, null, new { @class = "form-control", @disabled = "disabled" })
- + Edit declaration }