Did a few thinng to fi x small bugs (see readme changes)

This commit is contained in:
schnulller
2022-07-03 00:42:24 +02:00
parent 0bbbcc0d44
commit fbd5a94ca1
19 changed files with 385 additions and 546 deletions

View File

@@ -37,10 +37,9 @@
</div>
}
@if (Model.AllowSearch) {
<form class="ha-registersearchform" asp-controller="Register" asp-action="Search" asp-route-id="@string.Empty" method="post" >
<input class="ha-registersearchtext" type="text" name="search" placeholder="Suchbegriff..." />
<input type="hidden" name="category" value="@Model.Category" />
<button class="ha-registersearchbutton" type="submit">Suchen</button>
<form asp-controller="Register" asp-action="Search" asp-route-id="@string.Empty" method="GET" >
<input type="text" name="search" placeholder="Suchbegriff" />
<button type="submit">Suchen</button>
</form>
}
<div class="ha-register-nav" id="ha-register-nav">