' . _('Bug ID') . ': | ' . $bug['bugid'] . ' |
' . _('Summary') . ': | ' . $bug['summary'] . ' |
' . _('Product/Component/Version') . ': | ' . $bugsys->datastore['product']["$bug[product]"]['title'] . '/' . (($bug['component']) ? $bugsys->datastore['product']["$bug[component]"]['title'] . '/' : '') . $bugsys->datastore['version']["$bug[version]"]['version'] . ' |
' . _('Status') . ': | ' . $bugsys->datastore['status']["$bug[status]"]['status'] . ' |
' . _('Severity') . ': | ' . $bugsys->datastore['severity']["$bug[severity]"]['severity'] . ' |
' . $bug['comment_parsed'] . '
') . '