mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2338 from BBcan177/patch-1
This commit is contained in:
commit
ebeb1b7879
@ -174,9 +174,7 @@ if (!$pkg_info || !is_array($pkg_info)):?>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?=gettext("Name")?></th>
|
||||
<?php if (!$g['disablepackagehistory']):?>
|
||||
<th><?=gettext("Version")?></th>
|
||||
<?php endif;?>
|
||||
<th><?=gettext("Description")?></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
@ -201,12 +199,14 @@ if (!$pkg_info || !is_array($pkg_info)):?>
|
||||
<?=htmlspecialchars($index['shortname'])?>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<?php if (!$g['disablepackagehistory']):?>
|
||||
<td>
|
||||
<?=htmlspecialchars($index['version'])?>
|
||||
</td>
|
||||
<?php if (!$g['disablepackagehistory']):?>
|
||||
<a target="_blank" title="<?=gettext("View changelog")?>" href="<?=htmlspecialchars($index['changeloglink'])?>">
|
||||
<?=htmlspecialchars($index['version'])?></a>
|
||||
<?php else:?>
|
||||
<?=htmlspecialchars($index['version'])?>
|
||||
<?php endif;?>
|
||||
</td>
|
||||
<td>
|
||||
<?=$index['desc']?>
|
||||
<?php if (is_array($index['deps']) && count($index['deps'])):?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user