WIP ConstructionConsent 2025-01-13

This commit is contained in:
Frank Schubert
2025-01-13 16:28:56 +01:00
parent 5f752da41f
commit 15bfe7c734
11 changed files with 541 additions and 22 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<h4>Nutzung</h4>
<div class="form-group row">
<label class="col-lg-2 col-form-label" for="usage_length">Länge auf Grundstück</label>
<label class="col-lg-2 col-form-label" for="usage_length">Länge auf Grundstück (in m)</label>
<div class="col-lg-10">
<input type="text" class="form-control" name="usage_length" id="usage_length" value="<?=$item->usage_length?>" />
</div>