Update PHUIDocument to use new header gradients

Summary: Adds the new gradient to document views

Test Plan: Tested multiple pages in my sandbox in Phriction, UIExamples.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D6827
This commit is contained in:
Chad Little
2013-08-28 10:29:02 -07:00
parent 730fe53dfa
commit 55e2efc6fc
8 changed files with 80 additions and 62 deletions

View File

@@ -164,9 +164,9 @@ final class PhrictionDocumentController
$page_content = id(new PHUIDocumentView())
->setOffset(true)
->setHeader($header)
->appendChild(
array(
$header,
$actions,
$properties,
$move_notice,
@@ -412,7 +412,8 @@ final class PhrictionDocumentController
phutil_tag(
'div',
array(
'class' => 'phriction-children-header',
'class' => 'phriction-children-header '.
'sprite-gradient gradient-lightblue-header',
),
pht('Document Hierarchy')),
phutil_tag(