';
// if it starts with a {, it's a special principal
if ('{' === $privilege['principal'][0]) {
echo '', $html->xmlName($privilege['principal']), ' | ';
} else {
echo '', $html->link($privilege['principal']), ' | ';
}
echo '', $html->xmlName($privilege['privilege']), ' | ';
echo '';
if (!empty($privilege['protected'])) {
echo '(protected)';
}
echo ' | ';
echo '
';
}
echo '