FIXME Razor page errors
This commit is contained in:
parent
123283f277
commit
1a1f560ee4
234 changed files with 859 additions and 856 deletions
|
|
@ -13,7 +13,7 @@
|
|||
asp-route-activityCode="@ViewBag.Activity.Code"
|
||||
asp-route-performerId="@profile.PerformerId"
|
||||
class="btn btn-success">
|
||||
@SR["Proposer un rendez-vous à"] @profile.UserName
|
||||
Proposer un rendez-vous à"] @profile.UserName
|
||||
</a>
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,34 +4,34 @@
|
|||
ViewData["Title"] = "Front office";
|
||||
}
|
||||
|
||||
<h2>@SR["Index"]</h2>
|
||||
<h2>Index</h2>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>@SR["EstimateToProduce"]
|
||||
<dt>EstimateToProduce
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.EstimateToProduceCount)
|
||||
</dd>
|
||||
|
||||
<dt>@SR["EstimateToSignAsPro"]
|
||||
<dt>EstimateToSignAsPro
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.EstimateToSignAsProCount)
|
||||
</dd>
|
||||
|
||||
<dt>@SR["EstimateToSignAsCli"]
|
||||
<dt>EstimateToSignAsCli
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.EstimateToSignAsCliCount)
|
||||
</dd>
|
||||
|
||||
<dt>@SR["BillToSignAsPro"]
|
||||
<dt>BillToSignAsPro
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.BillToSignAsProCount)
|
||||
</dd>
|
||||
|
||||
<dt>@SR["BillToSignAsCli"]
|
||||
<dt>BillToSignAsCli
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.BillToSignAsCliCount)
|
||||
</dd>
|
||||
|
||||
<dt>@SR["PayementsDone"]
|
||||
<dt>PayementsDone
|
||||
</dt>
|
||||
<dd>@Html.DisplayFor(m=>m.NewPayementsCount)
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
@Html.DisplayFor(m=>profile)
|
||||
<a class="btn btn-success" asp-controller="Command" asp-action="Create" asp-route-proId="@profile.PerformerId"
|
||||
asp-route-billingCode="Profiles" asp-route-activityCode="@ViewBag.Activity.Code" >
|
||||
@SR["Proposer un rendez-vous à"] @profile.UserName
|
||||
Proposer un rendez-vous à"] @profile.UserName
|
||||
</a>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
|
||||
@if (Model == null) {
|
||||
<p>@SR["NoInstrument"]</p>
|
||||
<p>NoInstrument</p>
|
||||
}
|
||||
@if (Model != null) {
|
||||
<fieldset>
|
||||
<legend>@SR["Instrumentation"]</legend>
|
||||
<legend>Instrumentation</legend>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
|
|
@ -17,4 +17,4 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@model Yavsc.Models.Workflow.Profiles.FormationSettings
|
||||
@if (Model != null && Model.CoWorking != null) {
|
||||
<dl class="dl-horizontal">
|
||||
<dt>@SR["Partenariat"]</dt>
|
||||
<dt>Partenariat</dt>
|
||||
<dd>@Model.DisplayName</dd>
|
||||
<dt></dt>
|
||||
<dd><ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue