summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-09-16 18:08:48 -0400
committerChris Buechler <cmb@pfsense.org>2010-09-16 18:09:21 -0400
commit968b84bc46bc5b53300d4bc86b2266cd23a3559a (patch)
treedf379f99d6030d8124e93d59106b066a7250bdb1 /usr/local/www/pkg_mgr.php
parentbb8f919b99a53a63b9530b95f6014cf6abd47600 (diff)
downloadpfsense-968b84bc46bc5b53300d4bc86b2266cd23a3559a.zip
pfsense-968b84bc46bc5b53300d4bc86b2266cd23a3559a.tar.gz
Revert "Add Supported by BSD Perimter field"
This reverts commit 5df6a315c4b995e5a09e555548dc6d04b316fea3. Conflicts: usr/local/www/pkg_mgr.php usr/local/www/pkg_mgr_installed.php
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 6d55638..b82ed26 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -102,11 +102,10 @@ include("head.inc");
<table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="10%" class="listhdrr"><?=gettext("Package Name"); ?></td>
- <td width="20%" class="listhdrr"><?=gettext("Category"); ?></td>
+ <td width="25%" class="listhdrr"><?=gettext("Category"); ?></td>
<!-- <td width="10%" class="listhdrr">Size</td> -->
<td width="5%" class="listhdrr"><?=gettext("Status"); ?></td>
<td width="5%" class="listhdrr"><?=gettext("Package Info"); ?></td>
- <td width="5%" class="listhdrr"><?=gettext("Supported by BSD Perimeter"); ?></td>
<td width="50%" class="listhdr"><?=gettext("Description"); ?></td>
</tr>
<?php
@@ -200,15 +199,6 @@ include("head.inc");
}
?>
</td>
- <td class="listr" style="overflow: hidden;">
- <?php
- if($index['supportedbybsdperimeter'])
- echo $index['supportedbybsdperimeter'];
- else
- echo "NO";
-
- ?>
- </td>
<td class="listbg" class="listbg" style="overflow: hidden;">
<?= $index['descr'] ?>
</td>
OpenPOWER on IntegriCloud