BUGFIX: lots of small things

This commit is contained in:
Simon Martens
2025-03-07 12:44:53 +01:00
parent 39537a8ebb
commit ec32aca0bb
15 changed files with 199 additions and 68 deletions

View File

@@ -16,7 +16,11 @@
name="almstring"
id="almstring"
value="{{ $p }}"
placeholder="Alm-Nummer"
placeholder="{{- if eq $t "baende" -}}
Alm-Nummer
{{- else -}}
Inhalts-Nummer
{{- end -}}"
class="w-full col-span-3 placeholder:italic placeholder:font-sans" />
<button id="submitbutton" type="submit" class="col-span-2">Nachschlagen</button>
</form>