Fix user menu nav
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>WebDoorCreator - Egalware</i>
|
||||
<h4>Version: 0.9.2402.1919</h4>
|
||||
<h4>Version: 0.9.2403.0410</h4>
|
||||
<br /> Release note:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.9.2402.1919
|
||||
0.9.2403.0410
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>0.9.2402.1919</version>
|
||||
<version>0.9.2403.0410</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>
|
||||
|
||||
@@ -121,22 +121,16 @@
|
||||
<option>IT</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<div class="">
|
||||
<NavLink class="nav-link text-nowrap" href=@($"{baseUrl}/Identity/Account/Manage")>
|
||||
<button class="btn btn-sm btn-success w-100 fw-bold text-light text-decoration-none text-dark" style="">@translate("UI_06")</button>
|
||||
</NavLink>
|
||||
</div>
|
||||
<NavLink href=@($"{baseUrl}/Identity/Account/Manage")>
|
||||
<button class="btn btn-sm btn-success w-100 fw-bold text-light text-decoration-none" style="">@translate("UI_06")</button>
|
||||
</NavLink>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<div class="text-end">
|
||||
<form method="post" action="@actionUrl">
|
||||
<button type="submit" class="btnLogout">Log out <i class="fa-solid fa-arrow-right-from-bracket"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
<form method="post" action="@actionUrl">
|
||||
<button type="submit" class="btn btn-sm btn-danger text-light w-100 fw-bold">Log out <i class="fa-solid fa-arrow-right-from-bracket"></i></button>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -158,7 +152,7 @@
|
||||
</div>
|
||||
<div class="text-end text-nowrap px-3 py-2 d-flex justify-content-between">
|
||||
@*<a href="Identity/Account/Register" class="text-decoration-none text-dark">@translate("UI_08") </a>*@
|
||||
<a href="Identity/Account/Login" class="text-decoration-none text-dark">@translate("UI_09") </a>
|
||||
<a href="@($"{baseUrl}/Identity/Account/Login")" class="text-decoration-none text-dark">@translate("UI_09") </a>
|
||||
</div>
|
||||
</nav>
|
||||
</NotAuthorized>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>0.9.2402.1919</Version>
|
||||
<Version>0.9.2403.0410</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UserSecretsId>aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user