Fix bugs in location code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user