* bold column headings

This commit is contained in:
Stig Bakken 2002-05-26 17:48:40 +00:00
parent 457af88cf4
commit 5819f202f9

View file

@ -376,7 +376,8 @@ List all depencies the package has.'
if (is_array($info['release_deps'])) {
$this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'],
'border' => true));
$this->ui->tableRow(array("Type", "Name", "Relation", "Version"));
$this->ui->tableRow(array("Type", "Name", "Relation", "Version"),
array('bold' => true));
foreach ($info['release_deps'] as $d) {