Refactored, no more redirects. Improved error messaging system
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</td>
|
||||
<td class="header_right">
|
||||
{if $suser_edit}
|
||||
<a href="locationsubnetedit.php?location_id={$location->id}"><img src="image.php?icon=edit" alt="{$lang_locationsubnet_edit}"></a>
|
||||
<a href="location.php?f=link&id={$location->id}"><img src="image.php?icon=edit" alt="{$lang_locationsubnet_edit}"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -89,7 +89,7 @@
|
||||
</td>
|
||||
<td class="value">
|
||||
{foreach item=subnet from=$subnets}
|
||||
<a href="subnetview.php?subnet_id={$subnet.subnet_id}">{$subnet.subnet_address}/{$subnet.subnet_mask}</a><br>
|
||||
<a href="subnet.php?f=view&id={$subnet.subnet_id}">{$subnet.subnet_address}/{$subnet.subnet_mask}</a><br>
|
||||
{/foreach}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user