v0.10.11a - Made hide filter, filter washing machine search semi done, and texts fixs
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<form method="post" action="{{ route("events.store") }}" enctype="multipart/form-data">
|
||||
@csrf
|
||||
<label for="name">Aktivitet Navn:</label>
|
||||
<label hidden id="error" for="errormesseages">Dette Aktivitet navn findes allerede</label>
|
||||
<label hidden id="error" for="errormesseages">Dette navn findes allerede</label>
|
||||
<input type="text" name="name" id="name" max="60" required>
|
||||
<label for="accountable">Aktivitet Ansvarlig:</label>
|
||||
<input type="text" name="accountable" id="accountable" required>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<form method="post" action="{{ route("events.store") }}">
|
||||
@csrf
|
||||
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg på Navn, Dato"></input>
|
||||
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg på Navn, Ansvarlig, Dato"></input>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user