summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 068d590..4f8b90d 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -185,7 +185,9 @@ if(empty($installed_packages)):?>
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($changeloglink)?>">
<?php endif;?>
<?=htmlspecialchars($pkg['installed_version'])?>
+<?php if (!$g['disablepackagehistory']):?>
</a>
+<?php endif;?>
</td>
<td>
<?=$pkg['desc']?>
@@ -217,7 +219,7 @@ if(empty($installed_packages)):?>
<i class="icon-large icon-info-sign"></i> = Information, &nbsp;
<i class="icon-large icon-retweet"></i> = Reinstall.
<br />
- <font color="blue"><?=gettext("Blue")?></font> = <?=gettext("Newer version available")?>
+ <font color="blue"><?=gettext("Blue package name")?></font> = <?=gettext("Newer version available")?>
</span>
</div>
OpenPOWER on IntegriCloud