Merge branch 'master' into blender-tweaks

This commit is contained in:
2017-09-08 15:50:08 +02:00
1165 changed files with 31135 additions and 20954 deletions

View File

@@ -199,10 +199,10 @@ final class DifferentialDiffCreateController extends DifferentialController {
->setValue($button));
$form_box = id(new PHUIObjectBoxView())
->setHeaderText(pht('Diff'))
->setHeaderText($title)
->setValidationException($validation_exception)
->setForm($form)
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
->setFormErrors($errors);
$crumbs = $this->buildApplicationCrumbs();
@@ -214,15 +214,10 @@ final class DifferentialDiffCreateController extends DifferentialController {
$crumbs->addTextCrumb($title);
$crumbs->setBorder(true);
$header = id(new PHUIHeaderView())
->setHeader($title)
->setHeaderIcon($header_icon);
$view = id(new PHUITwoColumnView())
->setHeader($header)
->setFooter(array(
$info_view,
$form_box,
$info_view,
));
return $this->newPage()