Fix bugs in location code

This commit is contained in:
2023-02-24 13:39:05 +01:00
parent 0696a16030
commit 02b3cfd23f
4 changed files with 26 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
<form method="POST" action="submit.php">
<input type="hidden" name="redirect" value="locationsubnet">
<input type="hidden" name="location_id" value="{$location_id}">
<input type="hidden" name="location_id" value="{$location->id}">
<table class="title">
<tr>
@@ -28,7 +28,7 @@
{$lang_location_name}
</td>
<td class="value">
<a href="locationview.php?location_id={$location_id}">{$location_name}</a>
<a href="locationview.php?location_id={$location->id}">{$location->name}</a>
</td>
</tr>
</table>