diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-20 21:33:24 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-20 21:33:24 -0400 |
commit | 2a778c444d279be60caf7df696e0f07acdbdd309 (patch) | |
tree | 9525eadf647b31fe3ba417c0e644793513a9d837 /usr/local/www | |
parent | f2305ddb276f116dc918856af2401698c431e62b (diff) | |
download | pfsense-2a778c444d279be60caf7df696e0f07acdbdd309.zip pfsense-2a778c444d279be60caf7df696e0f07acdbdd309.tar.gz |
Add URL to custom BOOTP and DHCP options page hosted at iana.org
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_dhcp.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index a847e1d..d21fc3a 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -715,7 +715,9 @@ include("head.inc"); <tbody> <tr> <td colspan="3"> - <div style="padding:5px; margin-top: 16px; margin-bottom: 16px; border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;" id="itemhelp">Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information.</div> + <div style="padding:5px; margin-top: 16px; margin-bottom: 16px; border:1px dashed #000066; background-color: #ffffff; color: #000000; font-size: 8pt;" id="itemhelp"> + Enter the DHCP option number and the value for each item you would like to include in the DHCP lease information. For a list of available options please visit this <a href="http://www.iana.org/assignments/bootp-dhcp-parameters/" target="_new">URL</a>. + </div> </td> </tr> <tr> |