Some more small fixes in user admin code

master
Thomas Hooge 1 year ago
parent 02b3cfd23f
commit 6c9a169600
  1. 2
      tpl/assigniptonode.tpl
  2. 2
      tpl/zoneadd.tpl

@ -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>

@ -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>