Remove panels in Audit.

Summary: Checked Audit and removed panel backgrounds.

Test Plan: Chrome

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4452
This commit is contained in:
Chad Little
2013-01-15 14:58:56 -08:00
parent dd4359c5c7
commit ca135256b5

View File

@@ -383,6 +383,7 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
$panel = new AphrontPanelView();
$panel->setHeader($header);
$panel->appendChild($view);
$panel->setNoBackground();
if ($use_pager) {
$panel->appendChild($pager);
@@ -476,6 +477,7 @@ final class PhabricatorAuditListController extends PhabricatorAuditController {
$panel = new AphrontPanelView();
$panel->setHeader($header);
$panel->appendChild($view);
$panel->setNoBackground();
if ($use_pager) {
$panel->appendChild($pager);