pkg_details.php: Add link to package base details

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2014-04-05 02:15:49 +02:00
parent f7d13b5b36
commit afb02a10c6

View file

@ -111,6 +111,10 @@ $sources = package_sources($row["ID"]);
</div> </div>
<table id="pkginfo"> <table id="pkginfo">
<tr>
<th><?= __('Package Base') . ': ' ?></th>
<td class="wrap"><a href="<?= htmlspecialchars(get_pkgbase_uri($row['BaseName']), ENT_QUOTES); ?>"><?= htmlspecialchars($row['BaseName']); ?></a></td>
</tr>
<tr> <tr>
<th><?= __('Description') . ': ' ?></th> <th><?= __('Description') . ': ' ?></th>
<td class="wrap"><?= htmlspecialchars($row['Description']); ?></td> <td class="wrap"><?= htmlspecialchars($row['Description']); ?></td>