summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 16:24:56 +0000
commit0f10aee430288f25dc4f0454e3aa18ccfe050bb2 (patch)
tree56a29ce62cb0596e6753af1c4587afe4f5c225c8 /usr/local/www/diag_backup.php
parentd8bde4c51d36485e5c4443befc799cf7ce6a3e45 (diff)
downloadpfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.zip
pfsense-0f10aee430288f25dc4f0454e3aa18ccfe050bb2.tar.gz
Last of the bottom round fixes
Turn top rounding back on now that those are all fixed
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php13
1 files changed, 4 insertions, 9 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 491aa0e..d1ad327 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -187,7 +187,6 @@ include("head.inc");
<form action="diag_backup.php" method="post" enctype="multipart/form-data" onSubmit="window.open('progress.php?conffile=<?=$id?>','UploadMeter','width=370,height=115', true); return true; ">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
- <div id="mainarea">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<?php
@@ -197,7 +196,9 @@ include("head.inc");
display_top_tabs($tab_array);
?>
</ul></td></tr>
- <tr><td class="tabcont"><table align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr><td>
+ <div id="mainarea">
+ <table class="tabcont" align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" class="listtopic">Backup configuration</td>
</tr>
@@ -250,17 +251,11 @@ include("head.inc");
</tr>
<?php } ?>
</table>
+ </div>
</td>
</tr>
</table>
- </div>
</form>
<?php include("fend.inc"); ?>
-
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
-
</body>
</html>
OpenPOWER on IntegriCloud