summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 15097a6..8fbba16 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -114,7 +114,9 @@ include("head.inc");
<td width="25%" class="listhdrr"><?=gettext("Category"); ?></td>
<!-- <td width="10%" class="listhdrr">Size</td> -->
<td width="5%" class="listhdrr"><?=gettext("Status"); ?></td>
+ <?php if (! $g['disablepackageinfo']): ?>
<td width="5%" class="listhdrr"><?=gettext("Package Info"); ?></td>
+ <?php endif; ?>
<td width="50%" class="listhdr"><?=gettext("Description"); ?></td>
</tr>
<?php
@@ -193,6 +195,7 @@ include("head.inc");
<br/>
<?=$index['maximum_version'] ?>
</td>
+ <?php if (! $g['disablepackageinfo']): ?>
<td class="listr">
<?php
if($index['pkginfolink']) {
@@ -203,6 +206,7 @@ include("head.inc");
}
?>
</td>
+ <?php endif; ?>
<td class="listbg" class="listbg" style="overflow: hidden;">
<?= $index['descr'] ?>
</td>
OpenPOWER on IntegriCloud