Address db/add new tool type field
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
<label class="col-lg-2 col-form-label" for="tool_building_type">Gebäudetyp</label>
|
||||
<div class="col-lg-10">
|
||||
<select name="tool_building_type" id="tool_building_type" class="form-control">
|
||||
<option value="">Alle</option>
|
||||
<option value="0" <?=($address->tool_building_type == "0") ? "selected='selected'" : ""?>>Unbekannt</option>
|
||||
<option value="1" <?=($address->tool_building_type == "1") ? "selected='selected'" : ""?>>EFH</option>
|
||||
<option value="2" <?=($address->tool_building_type == "2") ? "selected='selected'" : ""?>>MFH</option>
|
||||
|
||||
Reference in New Issue
Block a user