hide status x template

This commit is contained in:
Samuele Locatelli
2023-06-15 16:05:47 +02:00
parent 9facdffb8b
commit a5f3553186
5 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>WebDoorCreator - Egalware</i>
<h4>Version: 0.9.2306.1515</h4>
<h4>Version: 0.9.2306.1516</h4>
<br /> Release note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
0.9.2306.1515
0.9.2306.1516
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.9.2306.1515</version>
<version>0.9.2306.1516</version>
<url>http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/WDC/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>
@@ -18,8 +18,11 @@ else
</AuthorizeView>
<th class="text-end">Qty</th>
<th class="text-end">Models#</th>
<th class="text-end">Order Status</th>
<th class="text-end">TOTAL PRICE</th>
@if (!isTplPage)
{
<th class="text-end">Order Status</th>
<th class="text-end">TOTAL PRICE</th>
}
<th class="text-end"></th>
</tr>
</thead>
@@ -71,11 +74,14 @@ else
</AuthorizeView>
<td class="text-end">@item.NumDoors</td>
<td class="text-end">@item.NumType</td>
<td class="text-end">@getOrderStatusLabel(item.OrderStatus)</td>
<td class="text-end">
<b>@($"{item.TotCost:C2}")</b>
<div class="small">@($"{item.Discount:C2}")</div>
</td>
@if (!isTplPage)
{
<td class="text-end">@getOrderStatusLabel(item.OrderStatus)</td>
<td class="text-end">
<b>@($"{item.TotCost:C2}")</b>
<div class="small">@($"{item.Discount:C2}")</div>
</td>
}
<td class="text-end">
@if (item.OrderStatus <= 10)
{
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>0.9.2306.1515</Version>
<Version>0.9.2306.1516</Version>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608</UserSecretsId>
</PropertyGroup>