summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-20 00:49:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-20 00:49:20 +0000
commitfcffbd13bfb62685f2225c254a3d04282c1759f7 (patch)
tree3e9996c7372bc68a8387106377f2374f6076544d /usr/local/www/services_dhcp.php
parent0ea7462d9e62e0267eb96027766f1610481b5e64 (diff)
downloadpfsense-fcffbd13bfb62685f2225c254a3d04282c1759f7.zip
pfsense-fcffbd13bfb62685f2225c254a3d04282c1759f7.tar.gz
Don't forget the javascript!
Beginnings of Ticket #380
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 3db5e20..1af104d 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -200,6 +200,7 @@ function enable_change(enable_over) {
document.iform.deftime.disabled = endis;
document.iform.maxtime.disabled = endis;
document.iform.gateway.disabled = endis;
+ document.iform.failover_peerip.disabled = endis;
}
//-->
</script>
@@ -313,7 +314,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
<tr>
<td width="22%" valign="top" class="vncell">Failover peer IP:</td>
<td width="78%" class="vtable">
- <input name="maxtime" type="text" class="formfld" id="maxtime" size="10" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
+ <input name="failover_peerip" type="text" class="formfld" id="failover_peerip" size="10" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
Leave blank to disable. Peer must be present in Virtual IP's with a type of CARP.
</td>
</tr>
OpenPOWER on IntegriCloud