[Redesign] Small pass at dashboards

Summary: Mostly for testing, I think these need to be re-written to just use PHUIObjectBox, which means re-writing ManiphestView or whatever. Suspect much work.

Test Plan: visist a few dashboards

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12764
This commit is contained in:
Chad Little
2015-05-07 21:18:57 -07:00
parent 593b8b4933
commit 6b74c310eb
14 changed files with 68 additions and 150 deletions

View File

@@ -12,7 +12,7 @@ final class AphrontDialogView extends AphrontView {
private $class;
private $renderAsForm = true;
private $formID;
private $headerColor = PHUIActionHeaderView::HEADER_LIGHTBLUE;
private $headerColor = PHUIActionHeaderView::HEADER_WHITE;
private $footers = array();
private $isStandalone;
private $method = 'POST';