summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.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_confbak.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_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php17
1 files changed, 5 insertions, 12 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index c8acba1..3643e31 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -58,7 +58,6 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<?php if($savemsg) print_info_box($savemsg); ?>
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
@@ -68,11 +67,12 @@ include("head.inc");
?>
</td></tr>
<tr>
- <td class="tabcont">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php
if(is_array($confvers)) {
?>
- <table align="center" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="30%" class="listhdrr">Date</td>
<td width="70%" class="listhdrr">Configuration Change</td>
@@ -103,24 +103,17 @@ if(is_array($confvers)) {
</tr>
<?php
} ?>
- </table>
<?php } else {
print_info_box("No backups found.");
}
?>
-
+ </table>
+ </div>
</td>
</tr>
</table>
-</div>
</body>
</html>
<?php include("fend.inc"); ?>
-
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
-
</body>
</html>
OpenPOWER on IntegriCloud