Fix header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="input-group input-group-sm">
|
||||
<label class="input-group-text">Cliente</label>
|
||||
<select class="form-select" @bind="@CustomerID" disabled="@selDisabled">
|
||||
<option value="0">--- Selezionare Cliente ---</option>
|
||||
@* <label class="input-group-text">Cliente</label> *@
|
||||
<select class="form-select form-select-sm" @bind="@CustomerID" disabled="@selDisabled">
|
||||
<option value="0">--- Sel. Cliente ---</option>
|
||||
@if (CustomersList != null)
|
||||
{
|
||||
<AuthorizeView Roles="SuperAdmin, Admin">
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
<div class="row pt-3">
|
||||
<div class="col-5">
|
||||
<div class="row pt-2">
|
||||
<div class="col-5 px-0">
|
||||
<div class="d-flex">
|
||||
<div>
|
||||
<LoginDisplay></LoginDisplay>
|
||||
</div>
|
||||
@if (ShowCustomers)
|
||||
{
|
||||
<div>
|
||||
<CmpSelCliente></CmpSelCliente>
|
||||
<LoginDisplay></LoginDisplay>
|
||||
</div>
|
||||
}
|
||||
@if (ShowCustomers)
|
||||
{
|
||||
<div>
|
||||
<CmpSelCliente></CmpSelCliente>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2 d-none d-lg-block text-center h4 text-truncate">
|
||||
<div class="col-2 px-0 d-none d-lg-block text-center h4 text-truncate">
|
||||
<span><i class="@PageIcon" aria-hidden="true"></i> @PageName</span>
|
||||
</div>
|
||||
@* <div class="px-2 text-end d-flex flex-row-reverse"> *@
|
||||
<div class="col-5 text-end d-flex flex-row-reverse">
|
||||
<div class="col-5 px-0 text-end d-flex flex-row-reverse">
|
||||
@if (ShowSearch)
|
||||
{
|
||||
<div class="w-50">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<PageTitle>@Title</PageTitle>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header table-primary pb-0 mb-0">
|
||||
<div class="card-header table-primary py-1 my-0">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div class="px-2">
|
||||
<h2>@Title</h2>
|
||||
@@ -25,7 +25,7 @@
|
||||
<div class="col-12 my-1">
|
||||
@if (IsPickup || IsDeposit)
|
||||
{
|
||||
<button class="btn btn-lg btn-block btn-success" @onclick="() => ConfirmOperation()">
|
||||
<button class="btn btn-lg w-100 btn-success" @onclick="() => ConfirmOperation()">
|
||||
@if (IsPickup)
|
||||
{
|
||||
<i class="fas fa-download pr-2" aria-hidden="true"></i>
|
||||
|
||||
@@ -5,14 +5,17 @@
|
||||
<CascadingAuthenticationState>
|
||||
<AuthorizeView>
|
||||
<Authorized>
|
||||
<div class="input-group text-truncate">
|
||||
<div class="input-group">
|
||||
<a title="LogOut" href="Identity/Account/LogOut" class="btn btn-sm btn-danger"><i class="fas fa-sign-out-alt"></i></a>
|
||||
<a title="Gestione account @userName" href="Identity/Account/Manage" class="btn btn-sm btn-outline-dark mx-0 px-1">
|
||||
<div class="d-none d-sm-block">
|
||||
<a title="Gestione account @userName" href="Identity/Account/Manage" class="btn btn-sm btn-outline-dark mx-0 px-1 text-truncate">
|
||||
<div class="d-none d-xl-block">
|
||||
<i class="fas fa-user-alt"></i> @StringLim(userName, 30)
|
||||
</div>
|
||||
<div class="d-block d-sm-none">
|
||||
<i class="fas fa-user-alt"></i> @StringLim(userName, 15)
|
||||
<div class="d-none d-lg-block d-xl-none">
|
||||
<i class="fas fa-user-alt"></i> @StringLim(userName, 20)
|
||||
</div>
|
||||
<div class="d-lg-none">
|
||||
<i class="fas fa-user-alt"></i> @StringLim(userName, 10)
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Version>1.0.2402.0514</Version>
|
||||
<Version>1.0.2402.0515</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>MagMan - Wood Warehouse Management System</i>
|
||||
<h4>Versione: 1.0.2402.0514</h4>
|
||||
<h4>Versione: 1.0.2402.0515</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.0.2402.0514
|
||||
1.0.2402.0515
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.0.2402.0514</version>
|
||||
<version>1.0.2402.0515</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/MagMan/stable/0/MagMan.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/MagMan/stable/0/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user