Update VCS Password settings page
Summary: Use proper background. Test Plan: Visit page, see correct background. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D18435
This commit is contained in:
parent
dc10bb1f49
commit
053cab4d59
|
@ -233,6 +233,7 @@ final class DiffusionSetPasswordSettingsPanel extends PhabricatorSettingsPanel {
|
||||||
|
|
||||||
$object_box = id(new PHUIObjectBoxView())
|
$object_box = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText($title)
|
->setHeaderText($title)
|
||||||
|
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
||||||
->setForm($form)
|
->setForm($form)
|
||||||
->setFormErrors($errors);
|
->setFormErrors($errors);
|
||||||
|
|
||||||
|
@ -258,6 +259,7 @@ final class DiffusionSetPasswordSettingsPanel extends PhabricatorSettingsPanel {
|
||||||
|
|
||||||
$remove_box = id(new PHUIObjectBoxView())
|
$remove_box = id(new PHUIObjectBoxView())
|
||||||
->setHeaderText(pht('Remove VCS Password'))
|
->setHeaderText(pht('Remove VCS Password'))
|
||||||
|
->setBackground(PHUIObjectBoxView::BLUE_PROPERTY)
|
||||||
->setForm($remove_form);
|
->setForm($remove_form);
|
||||||
|
|
||||||
$saved = null;
|
$saved = null;
|
||||||
|
|
Loading…
Reference in a new issue