summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-10 04:34:48 +0000
committerBill Marquette <billm@pfsense.org>2005-08-10 04:34:48 +0000
commit4f94099ef6b695177aff5bb87aec309309529c3f (patch)
tree2e16008fe6cd93fd51cb06d31bb5b215ad892885 /usr/local/www/diag_dump_states.php
parent949202c282286ff1e30a6bf4b4391ad07a11784e (diff)
downloadpfsense-4f94099ef6b695177aff5bb87aec309309529c3f.zip
pfsense-4f94099ef6b695177aff5bb87aec309309529c3f.tar.gz
Remove Nifty JS as it's part of the theme
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 634300d..8565474 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -50,7 +50,7 @@ include("fbegin.inc");
<form action="carp_status.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
-<div id="mainlevel">
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -125,13 +125,6 @@ foreach($states as $state) {
</div>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth");
-</script>
-
<meta http-equiv="refresh" content="60;url=diag_dump_states.php">
-
</body>
</html>
-
OpenPOWER on IntegriCloud