Increase height of message box on invite workflow
Summary: At least one user wanted to type more text here, and it seems reasonable that administrators may want to write a couple of paragraphs. I didn't make this short for any particular reason, I just wasn't sure what the workflow would look like as I was building it. Test Plan: Loaded page, saw normal height text area. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11779
This commit is contained in:
@@ -188,8 +188,7 @@ final class PhabricatorPeopleInviteSendController
|
|||||||
id(new AphrontFormTextAreaControl())
|
id(new AphrontFormTextAreaControl())
|
||||||
->setLabel(pht('Message'))
|
->setLabel(pht('Message'))
|
||||||
->setName(pht('message'))
|
->setName(pht('message'))
|
||||||
->setValue($message)
|
->setValue($message))
|
||||||
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT))
|
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
->setValue(
|
->setValue(
|
||||||
|
|||||||
Reference in New Issue
Block a user