@@ -289,33 +289,15 @@ if (has_credential(CRED_PKGBASE_SET_KEYWORDS, array($row["MaintainerUID"]))):
<?phpendif;?>
<tr>
<th><?=__('Submitter').': '?></th>
<?phpif($row["SubmitterUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($submitter,ENT_QUOTES)?>"title="<?=__('View account information for %s',html_format_username($submitter))?>"><?=html_format_username($submitter)?></a></td>
<?phpelseif($row["SubmitterUID"]&&!$SID):?>
<td><?=html_format_username($submitter)?></td>
<?phpelse:?>
<td><?=__('None')?></td>
<?phpendif;?>
</tr>
<tr>
<th><?=__('Maintainer').': '?></th>
<?phpif($row["MaintainerUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($maintainer)?>"title="<?=__('View account information for %s',html_format_username($maintainer))?>"><?=html_format_username($maintainer)?></a></td>
<?phpelseif($row["MaintainerUID"]&&!$SID):?>
<td><?=html_format_username($maintainer)?></td>
<?phpelse:?>
<td><?=__('None')?></td>
<?phpendif;?>
</tr>
<tr>
<th><?=__('Last Packager').': '?></th>
<?phpif($row["PackagerUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($packager)?>"title="<?=__('View account information for %s',html_format_username($packager))?>"><?=html_format_username($packager)?></a></td>
@@ -148,33 +148,15 @@ if (has_credential(CRED_PKGBASE_SET_KEYWORDS, array($row["MaintainerUID"]))):
<?phpendif;?>
<tr>
<th><?=__('Submitter').': '?></th>
<?phpif($row["SubmitterUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($submitter,ENT_QUOTES)?>"title="<?=__('View account information for %s',html_format_username($submitter))?>"><?=html_format_username($submitter)?></a></td>
<?phpelseif($row["SubmitterUID"]&&!$SID):?>
<td><?=html_format_username($submitter)?></td>
<?phpelse:?>
<td><?=__('None')?></td>
<?phpendif;?>
</tr>
<tr>
<th><?=__('Maintainer').': '?></th>
<?phpif($row["MaintainerUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($maintainer)?>"title="<?=__('View account information for %s',html_format_username($maintainer))?>"><?=html_format_username($maintainer)?></a></td>
<?phpelseif($row["MaintainerUID"]&&!$SID):?>
<td><?=html_format_username($maintainer)?></td>
<?phpelse:?>
<td><?=__('None')?></td>
<?phpendif;?>
</tr>
<tr>
<th><?=__('Last Packager').': '?></th>
<?phpif($row["PackagerUID"]&&$SID):?>
<td><ahref="<?=get_uri('/account/').html_format_username($packager)?>"title="<?=__('View account information for %s',html_format_username($packager))?>"><?=html_format_username($packager)?></a></td>
<ahref="<?=get_uri('/account/').html_format_username($username)?>"title="<?=__('View account information for %s',html_format_username($username))?>"><?=html_format_username($username)?></a>