Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15262993
D18558.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1012 B
Referenced Files
None
Subscribers
None
D18558.diff
View Options
diff --git a/src/applications/spaces/controller/PhabricatorSpacesEditController.php b/src/applications/spaces/controller/PhabricatorSpacesEditController.php
--- a/src/applications/spaces/controller/PhabricatorSpacesEditController.php
+++ b/src/applications/spaces/controller/PhabricatorSpacesEditController.php
@@ -165,8 +165,8 @@
->addCancelButton($cancel_uri));
$box = id(new PHUIObjectBoxView())
- ->setHeaderText(pht('Space'))
- ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
+ ->setHeaderText($title)
+ ->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
->setValidationException($validation_exception)
->appendChild($form);
@@ -179,12 +179,7 @@
$crumbs->addTextCrumb($title);
$crumbs->setBorder(true);
- $header = id(new PHUIHeaderView())
- ->setHeader($header_text)
- ->setHeaderIcon('fa-pencil');
-
$view = id(new PHUITwoColumnView())
- ->setHeader($header)
->setFooter(array(
$box,
));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 26, 1:27 PM (15 h, 25 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7208218
Default Alt Text
D18558.diff (1012 B)
Attached To
Mode
D18558: Update Spaces for new edit UI
Attached
Detach File
Event Timeline
Log In to Comment