summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
commit323d040b87d37a97a24648cfaf2427ee74d1bdad (patch)
treed3c2664f7c61266e36e55c52f7e1b4c2418450c0 /usr/local/www/pkg_mgr.php
parentaf4aa061c92fd415695029522cdd5530dcf725ab (diff)
downloadpfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.zip
pfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.tar.gz
* Fix diagnostics logging tab menus
* Curve bottom of grey areas if needed * Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index f9d531a..a1b8b99 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -70,6 +70,8 @@ $pkg_info = get_pkg_info('all', array('name', 'category', 'website', 'version',
$pkg_sizes = get_pkg_sizes();
?>
+
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
@@ -142,6 +144,13 @@ $pkg_sizes = get_pkg_sizes();
</td>
</tr>
</table>
+</div>
<?php include("fend.inc"); ?>
+
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
</body>
</html>
OpenPOWER on IntegriCloud