mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove Nifty JS as it's part of the theme
This commit is contained in:
parent
949202c282
commit
4f94099ef6
@ -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>
|
||||
|
||||
|
||||
@ -91,11 +91,5 @@ include("head.inc");
|
||||
</table>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<script type="text/javascript">
|
||||
NiftyCheck();
|
||||
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -121,11 +121,6 @@ include("head.inc");
|
||||
</table>
|
||||
</form>
|
||||
<?php include("fend.inc"); ?>
|
||||
<script type="text/javascript">
|
||||
NiftyCheck();
|
||||
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -121,12 +121,5 @@ include("head.inc");
|
||||
</table>
|
||||
</form>
|
||||
<?php include("fend.inc"); ?>
|
||||
<script type="text/javascript">
|
||||
NiftyCheck();
|
||||
Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user