Some more small fixes in user admin code

This commit is contained in:
Thomas Hooge 2023-02-24 14:21:28 +01:00
parent 02b3cfd23f
commit 6c9a169600
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
{$lang_subnet} {$lang_subnet}
</td> </td>
<td class="value"> <td class="value">
<a href="subnetview.php?subnet_id={$subnet_id}&page={$node_ip}">{$subnet->address}/{$subnet->mask}</a> <a href="subnetview.php?subnet_id={$subnet->id}&page={$node_ip}">{$subnet->address}/{$subnet->mask}</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -55,7 +55,7 @@
</td> </td>
<td class="value"> <td class="value">
<input type="text" name="zone_hostmaster" size="40" /> <input type="text" name="zone_hostmaster" size="40" />
(hostmaster@example.com.) (hostmaster.example.com.)
</td> </td>
</tr> </tr>
<tr> <tr>