summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 21:07:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 21:07:16 +0000
commit12af52d90cd06f4ac555fc2b5f6150954ff8ec64 (patch)
treef2d0e9fd9fde8f1efd490784edcf072845c1f643 /usr/local/www/diag_logs_settings.php
parent9999b3aa7c718c4c9b981626cde8d0996567ecf9 (diff)
downloadpfsense-12af52d90cd06f4ac555fc2b5f6150954ff8ec64.zip
pfsense-12af52d90cd06f4ac555fc2b5f6150954ff8ec64.tar.gz
* Curve bottom of grey areas if needed
* Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/diag_logs_settings.php')
-rwxr-xr-xusr/local/www/diag_logs_settings.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php
index c8b2bc3..abf27cd 100755
--- a/usr/local/www/diag_logs_settings.php
+++ b/usr/local/www/diag_logs_settings.php
@@ -124,6 +124,7 @@ function enable_change(enable_over) {
<form action="diag_logs_settings.php" method="post" name="iform" id="iform">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -200,6 +201,7 @@ function enable_change(enable_over) {
</td>
</tr>
</table>
+</div>
</form>
<script language="JavaScript">
<!--
@@ -207,5 +209,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