fixed typo
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
<option value="">Alle</option>
|
||||
<option value="0" <?=(array_key_exists("tool_building_type", $filter) && $filter['tool_building_type'] == "0") ? "selected='selected'" : ""?>>Unbekannt</option>
|
||||
<option value="1" <?=(array_key_exists("tool_building_type", $filter) && $filter['tool_building_type'] == "1") ? "selected='selected'" : ""?>>EFH</option>
|
||||
<option value="2" <?=(array_key_exists("tool_building_type", $filter) && $filter['tool_building_type'] == "2") ? "selected='selected'" : ""?>>MFH</option>
|
||||
<option value="2" <?=(array_key_exists("tool_building_type", $filter) && $filter['tool_building_type'] == "2") ? "selected='selected'" : ""?>>MPH</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<td><?=count($address->wohneinheiten)?></td>
|
||||
</tr><tr>
|
||||
<th>Tool-Gebäudetyp</th>
|
||||
<td><?= $address->tool_building_type == 0 ? "Unbekannt" : ($address->tool_building_type == 1 ? "EFH" : "MFH") ?></td>
|
||||
<td><?= $address->tool_building_type == 0 ? "Unbekannt" : ($address->tool_building_type == 1 ? "EFH" : "MPH") ?></td>
|
||||
</tr><tr>
|
||||
<th>GPS Koordinaten</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user