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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user