clarify text

This commit is contained in:
Chris Buechler 2008-02-16 08:44:18 +00:00
parent 667889e740
commit ebcd8b53bd

View File

@ -221,7 +221,7 @@ function get_radio_value(obj)
}
function enable_change(enable_over) {
var note = document.getElementById("typenote");
var carpnote = document.createTextNode("This should be the correct netmask.");
var carpnote = document.createTextNode("This is the network's subnet mask. It does not specify a CIDR range.");
var proxyarpnote = document.createTextNode("This is a CIDR block of proxy ARP addresses.");
if ((get_radio_value(document.iform.mode) == "carp") || enable_over) {
document.iform.vhid.disabled = 0;