summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 02:48:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 02:48:45 +0000
commite44a0096b35acefe641684f545ff334a8e920b0b (patch)
treec960777f7fff257c6e35ab8ac1a23963c4d5a69b /usr/local
parent6e558e52ba6970d3749a406efef6a400ed95a66b (diff)
downloadpfsense-e44a0096b35acefe641684f545ff334a8e920b0b.zip
pfsense-e44a0096b35acefe641684f545ff334a8e920b0b.tar.gz
Align the Note under text
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/services_dhcp.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 965243a..2e1de6d 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -298,8 +298,13 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Static ARP</td>
- <td width="78%" class="vtable"><input type="checkbox" value="yes" name="staticarp" id="staticarp" <?php if($pconfig['staticarp']) echo " checked"; ?>>&nbsp; <b>Enable Static ARP entries</b><br>
-<span class="red"><strong>Note:</strong></span> This feature is under development. Only the machines listed below will be able to communicate with the firewall on this NIC. Disabling this has been tested to be broken, a reboot will be required to disable. Be warned!</td>
+ <td width="78%" class="vtable">
+ <table>
+ <tr><td><input valign="middle" type="checkbox" value="yes" name="staticarp" id="staticarp" <?php if($pconfig['staticarp']) echo " checked"; ?>>&nbsp;
+ </td><td><b>Enable Static ARP entries</b></td></tr>
+ <tr><td>&nbsp;</td><td><span class="red"><strong>Note:</strong></span> This feature is under development. Only the machines listed below will be able to communicate with the firewall on this NIC. Disabling this has been tested to be broken, a reboot will be required to disable. Be warned!
+ </table>
+ </td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud