summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/pkg_mgr.php12
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php11
2 files changed, 2 insertions, 21 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>
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 374b79b..2708c78 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -74,9 +74,8 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="10%" class="listhdrr"><?=gettext("Package Name"); ?></td>
- <td width="15%" class="listhdrr"><?=gettext("Category"); ?></td>
+ <td width="20%" class="listhdrr"><?=gettext("Category"); ?></td>
<td width="10%" class="listhdrr"><?=gettext("Package Info"); ?></td>
- <td width="5%" class="listhdrr"><?=gettext("Supported by BSD Perimter"); ?></td>
<td width="15%" class="listhdrr"><?=gettext("Package Version"); ?></td>
<td width="45%" class="listhdr"><?=gettext("Description"); ?></td>
</tr>
@@ -139,14 +138,6 @@ include("head.inc");
}
?>
</td>
- <td class="listr">
- <?php
- if($pkg['supportedbybsdperimeter'])
- echo $pkg['supportedbybsdperimeter'];
- else
- echo "NO";
- ?>
- </td>
<td class="<?=$tdclass;?>">
<?=$pkgver;?>
</td>
OpenPOWER on IntegriCloud