summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 21:51:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 21:51:48 +0000
commita89a58bebb32219737f660bb8d9016a51647a318 (patch)
tree0c74d18d8dca066c5d9e42d44e98d4f44911b32d /usr/local/www
parentf0cdf141d181335af5d2378f973a11cad8bd06b0 (diff)
downloadpfsense-a89a58bebb32219737f660bb8d9016a51647a318.zip
pfsense-a89a58bebb32219737f660bb8d9016a51647a318.tar.gz
Curvify
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/services_dhcp.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index e89cac3..2770601 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -201,6 +201,7 @@ function enable_change(enable_over) {
<?php print_info_box_np("The static mapping configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -364,6 +365,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
</td>
</tr>
</table>
+</div>
</form>
<script language="JavaScript">
<!--
@@ -371,5 +373,11 @@ enable_change(false);
//-->
</script>
<?php include("fend.inc"); ?>
+
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
</body>
</html>
OpenPOWER on IntegriCloud